diff vc1.h @ 7355:5719e2c85aa3 libavcodec

In-loop deblocking filter for VC-1 decoder
author kostya
date Wed, 23 Jul 2008 06:21:27 +0000
parents 493dc59d469a
children c4a4495715dd
line wrap: on
line diff
--- a/vc1.h	Wed Jul 23 05:54:34 2008 +0000
+++ b/vc1.h	Wed Jul 23 06:21:27 2008 +0000
@@ -304,6 +304,8 @@
     int p_frame_skipped;
     int bi_type;
     int x8_type;
+
+    uint32_t *cbp_base, *cbp;
 } VC1Context;
 
 #endif /* FFMPEG_VC1_H */