X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpegvideo.h;h=b04f3801c793227cd1f0558ee4e5b927eb32fa05;hb=03b078721c8e42c413da75f553e740d235092dad;hp=61cc3e10de1eaecd1d23053519f7f7c1b3b0dc36;hpb=2dbc93455c148bbd051549a7ed5c88fb08c853c5;p=ffmpeg diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 61cc3e10de1..b04f3801c79 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -343,6 +343,7 @@ typedef struct MpegEncContext { 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 vbv_delay; int last_pict_type; //FIXME removes int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol int dropable;