]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.h
indent
[ffmpeg] / libavcodec / vc1.h
index 3e92d6c340ee2f2b27e2af92730d557f4734be28..db9029add0d8945040d5e6ba4ac17cd161c3e12e 100644 (file)
@@ -127,9 +127,6 @@ enum TransformTypes {
 };
 //@}
 
-/** One more frame type */
-#define BI_TYPE FF_BI_TYPE
-
 enum CodingSet {
     CS_HIGH_MOT_INTRA = 0,
     CS_HIGH_MOT_INTER,
@@ -307,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 */