diff mpegvideo.h @ 1637:7799582dc9b8 libavcodec

h263 alternative inter vlc support
author michael
date Sat, 29 Nov 2003 08:37:51 +0000
parents 20c1a4d5b761
children 3e2b774edce4
line wrap: on
line diff
--- a/mpegvideo.h	Sat Nov 29 00:19:24 2003 +0000
+++ b/mpegvideo.h	Sat Nov 29 08:37:51 2003 +0000
@@ -519,12 +519,13 @@
     /* H.263 specific */
     int gob_number;
     int gob_index;
+    int obmc;                       ///< overlapped block motion compensation
         
     /* H.263+ specific */
     int umvplus;                    ///< == H263+ && unrestricted_mv 
     int h263_aic;                   ///< Advanded INTRA Coding (AIC) 
     int h263_aic_dir;               ///< AIC direction: 0 = left, 1 = top 
-    int obmc;                       ///< overlapped block motion compensation
+    int alt_inter_vlc;              ///< alternative inter vlc
     
     /* mpeg4 specific */
     int time_increment_resolution;