diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-04 15:25:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-04 15:25:30 +0200 |
commit | e214306775ce0bcdf2c0366f89faf7e773a73fbe (patch) | |
tree | 17572e56811cc5f5fb03feb25341c5bb31e6b097 /libavcodec/mpegvideo.h | |
parent | 489d8a79a6498afa754ffb16af2658e8aa4446e3 (diff) | |
download | ffmpeg-e214306775ce0bcdf2c0366f89faf7e773a73fbe.tar.gz |
mpeg2enc: support and use frame_rate_ext when needed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 560ad02098..e6cd20df04 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -347,6 +347,7 @@ typedef struct MpegEncContext { int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol int dropable; int frame_rate_index; + AVRational mpeg2_frame_rate_ext; int last_lambda_for[5]; ///< last lambda for a specific pict type int skipdct; ///< skip dct and code zero residual |