diff mpegvideo.h @ 248:56ee684c48bb libavcodec

- H.263+ decoder support for Advanded INTRA Coding (buggy)
author pulento
date Mon, 18 Feb 2002 19:33:27 +0000
parents a6519f773064
children 4448dd55d415
line wrap: on
line diff
--- a/mpegvideo.h	Mon Feb 18 09:40:05 2002 +0000
+++ b/mpegvideo.h	Mon Feb 18 19:33:27 2002 +0000
@@ -146,10 +146,12 @@
     int gob_number;
     int gob_index;
     int first_gob_line;
-    
+        
     /* H.263+ specific */
     int umvplus;
     int umvplus_dec;
+    int h263_aic; /* Advanded INTRA Coding (AIC) */
+    int h263_aic_dir; /* AIC direction: 0 = left, 1 = top */
     
     /* mpeg4 specific */
     int time_increment_bits;