diff mpegvideo.h @ 9644:15660ad4c641 libavcodec

decode mpeg-2 closed gop first b frames, fix issue #824
author bcoudurier
date Fri, 15 May 2009 05:39:44 +0000
parents 0dce4fe6e6f3
children 5d0f71ba8648
line wrap: on
line diff
--- a/mpegvideo.h	Fri May 15 02:01:53 2009 +0000
+++ b/mpegvideo.h	Fri May 15 05:39:44 2009 +0000
@@ -312,6 +312,7 @@
     int *lambda_table;
     int adaptive_quant;         ///< use adaptive quantization
     int dquant;                 ///< qscale difference to prev qscale
+    int closed_gop;             ///< MPEG1/2 GOP is closed
     int pict_type;              ///< FF_I_TYPE, FF_P_TYPE, FF_B_TYPE, ...
     int last_pict_type; //FIXME removes
     int last_non_b_pict_type;   ///< used for mpeg4 gmc b-frames & ratecontrol