diff vc1.h @ 5887:83ac4620c6ed libavcodec

intrax8 decoder patch by "someone"
author michael
date Fri, 09 Nov 2007 21:37:48 +0000
parents 1d83e9c34641
children ddf5d7fae101
line wrap: on
line diff
--- a/vc1.h	Thu Nov 08 10:53:32 2007 +0000
+++ b/vc1.h	Fri Nov 09 21:37:48 2007 +0000
@@ -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 @@
  */
 typedef struct VC1Context{
     MpegEncContext s;
+    IntraX8Context x8;
 
     int bits;
 
@@ -302,6 +304,7 @@
 
     int p_frame_skipped;
     int bi_type;
+    int x8_type;
 } VC1Context;
 
 #endif /* FFMPEG_VC1_H */