]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.h
Simplify l1mv/l1ref calculation.
[ffmpeg] / libavcodec / vc1.h
index c6fba28c977271e1658eedb755b70b36ebd9cb2a..db9029add0d8945040d5e6ba4ac17cd161c3e12e 100644 (file)
@@ -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 */