From 00a750009ffe232960ab0f729fdcbd454b233e26 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 23 Jul 2008 06:21:27 +0000 Subject: In-loop deblocking filter for VC-1 decoder Originally committed as revision 14344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/vc1.h') 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 */ -- cgit v1.2.3