summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r--libavcodec/vc1.h3
1 files changed, 3 insertions, 0 deletions
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 */