]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1data.h
Check rc_buffer_size value using integer arithmetic
[ffmpeg] / libavcodec / vc1data.h
index a9c06342ff30b3bebbbc7b259090269adb98ff86..934627a7815c2e0fc3c8066de8063d1dab0ad1ec 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavcodec/vc1data.h
+ * @file
  * VC-1 tables.
  */
 
@@ -30,7 +30,7 @@
 
 #include <stdint.h>
 #include "libavutil/rational.h"
-#include "bitstream.h"
+#include "get_bits.h"
 
 /** Table for conversion between TTBLK and TTMB */
 extern const int ff_vc1_ttblk_to_tt[3][8];