From 9abc7e0fdc5b99e4503e22c9084195867e312222 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 9 Nov 2007 21:37:48 +0000 Subject: intrax8 decoder patch by "someone" Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 7412dde9b5..bc611b30ff 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -25,6 +25,7 @@ #include "avcodec.h" #include "mpegvideo.h" +#include "intrax8.h" /** Markers used in VC-1 AP frame data */ //@{ @@ -156,6 +157,7 @@ enum COTypes { */ typedef struct VC1Context{ MpegEncContext s; + IntraX8Context x8; int bits; @@ -302,6 +304,7 @@ typedef struct VC1Context{ int p_frame_skipped; int bi_type; + int x8_type; } VC1Context; #endif /* FFMPEG_VC1_H */ -- cgit v1.2.3