]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.h
Remove -fasm CFLAGS check, it is no longer needed.
[ffmpeg] / libavcodec / vc1.h
index c6fba28c977271e1658eedb755b70b36ebd9cb2a..4cd7bb1912e0d7663518018d0f2d518a2156cf35 100644 (file)
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_VC1_H
-#define FFMPEG_VC1_H
+#ifndef AVCODEC_VC1_H
+#define AVCODEC_VC1_H
 
 #include "avcodec.h"
 #include "mpegvideo.h"
@@ -304,6 +304,8 @@ typedef struct VC1Context{
     int p_frame_skipped;
     int bi_type;
     int x8_type;
+
+    uint32_t *cbp_base, *cbp;
 } VC1Context;
 
-#endif /* FFMPEG_VC1_H */
+#endif /* AVCODEC_VC1_H */