]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lzw.h
Shut up an uninitialized variable GCC warning in VP8.
[ffmpeg] / libavcodec / lzw.h
index bebb335f802c1d5329f6830ef1342f23bc5da607..76a5b6752ef3abf8df0a41a56a16dc1e286fe069 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavcodec/lzw.h
+ * @file
  * @brief LZW decoding routines
  * @author Fabrice Bellard
  * Modified for use in TIFF by Konstantin Shishkov
@@ -30,7 +30,7 @@
 #ifndef AVCODEC_LZW_H
 #define AVCODEC_LZW_H
 
-#include "get_bits.h"
+#include <stdint.h>
 
 struct PutBitContext;