]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1data.h
sparc: fix a few pages of cast warnings
[ffmpeg] / libavcodec / vc1data.h
index 714d83a3536e8920a81a70ed541e0725210ddcda..0f3c47ea1b3eb37802a7ff9b509d2a188de86c1b 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file vc1data.h
+ * @file libavcodec/vc1data.h
  * 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];