diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-26 14:34:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-29 14:19:48 +0100 |
commit | 038890740014dc33d2e2f04da7cf0a9da821264e (patch) | |
tree | bee9484bac0ccfe84ad1e2fc7e1f43394cff611e /libavcodec/mpegvideo.h | |
parent | 43af264de8606668c6b2fa7f96c946bdc3dbe072 (diff) | |
download | ffmpeg-038890740014dc33d2e2f04da7cf0a9da821264e.tar.gz |
mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index d206905700..5620791682 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -609,9 +609,6 @@ typedef struct MpegEncContext { int mpeg_quant; int t_frame; ///< time distance of first I -> B, used for interlaced b frames int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4 - int cplx_estimation_trash_i; - int cplx_estimation_trash_p; - int cplx_estimation_trash_b; /* divx specific, used to workaround (many) bugs in divx5 */ int divx_packed; |