X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fmpegvideo.h;h=bd4caa3e7b216c4aa42723a7c8aef4925afbfb95;hp=34b6c67fdc3dc79efdbae5fa2b12c35a0dd51e86;hb=ba0c8981200df2ac828df3db981a8181b0793e5b;hpb=1dd1c1c884b2038291fdabf3916b0a3f88ac6411 diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 34b6c67fdc..bd4caa3e7b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -342,7 +342,7 @@ typedef struct MpegEncContext { 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 - int dropable; + int droppable; int frame_rate_index; int last_lambda_for[5]; ///< last lambda for a specific pict type int skipdct; ///< skip dct and code zero residual