]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.h
vble: remove vble_error_close
[ffmpeg] / libavcodec / mpegvideo.h
index f00914c82c6afa3d44db2ea164c4563152643f53..46ad5d8306618a81b753260ccf79c538ac775d00 100644 (file)
@@ -329,7 +329,6 @@ typedef struct MpegEncContext {
     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;              ///< AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, ...
     int last_pict_type; //FIXME removes
     int last_non_b_pict_type;   ///< used for mpeg4 gmc b-frames & ratecontrol