diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-07-23 06:21:27 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-07-23 06:21:27 +0000 |
commit | 00a750009ffe232960ab0f729fdcbd454b233e26 (patch) | |
tree | 20a18b7bb0ea8124e8de7286a5e9e71a3e41733c /libavcodec/vc1.h | |
parent | 144b46f21bec16501f30ec3dae1a60261144a8e8 (diff) | |
download | ffmpeg-00a750009ffe232960ab0f729fdcbd454b233e26.tar.gz |
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.h | 2 |
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 */ |