diff mpegvideo.h @ 1944:a3f44c9168aa libavcodec

flv dropable p frame support
author michael
date Sat, 17 Apr 2004 13:36:21 +0000
parents e2501e6e7ff7
children 32f68745c431
line wrap: on
line diff
--- a/mpegvideo.h	Fri Apr 16 18:50:30 2004 +0000
+++ b/mpegvideo.h	Sat Apr 17 13:36:21 2004 +0000
@@ -355,8 +355,9 @@
     int adaptive_quant;         ///< use adaptive quantization 
     int dquant;                 ///< qscale difference to prev qscale  
     int pict_type;              ///< I_TYPE, P_TYPE, B_TYPE, ... 
-    int last_pict_type;
+    int last_pict_type; //FIXME removes
     int last_non_b_pict_type;   ///< used for mpeg4 gmc b-frames & ratecontrol 
+    int dropable;
     int frame_rate_index;
     int frame_rate_ext_n;       ///< MPEG-2 specific framerate modificators (numerator)
     int frame_rate_ext_d;       ///< MPEG-2 specific framerate modificators (denominator)