summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2008-07-23 06:21:27 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2008-07-23 06:21:27 +0000
commit00a750009ffe232960ab0f729fdcbd454b233e26 (patch)
tree20a18b7bb0ea8124e8de7286a5e9e71a3e41733c /libavcodec/vc1.h
parent144b46f21bec16501f30ec3dae1a60261144a8e8 (diff)
In-loop deblocking filter for VC-1 decoder
Originally committed as revision 14344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r--libavcodec/vc1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h
index c6fba28c97..db9029add0 100644
--- a/libavcodec/vc1.h
+++ b/libavcodec/vc1.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 */