diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-09-10 18:54:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-10 18:54:02 +0000 |
commit | c32b14bb9c1c5baec0bd571e1bb6767e9f052aff (patch) | |
tree | 53fcba49e12b2f9d61f2e3bd7ddd2b3768b9d344 /libavcodec/mpegvideo.h | |
parent | d58a6d8537a6f34941973c5c3be93d484a4d62ed (diff) | |
download | ffmpeg-c32b14bb9c1c5baec0bd571e1bb6767e9f052aff.tar.gz |
mess cleanup
Originally committed as revision 3449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 63c1c4eb11..d0ad4f066b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -369,8 +369,6 @@ typedef struct MpegEncContext { int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol int dropable; int frame_rate_index; - int frame_rate_ext_n; ///< MPEG-2 specific framerate modificators (numerator) - int frame_rate_ext_d; ///< MPEG-2 specific framerate modificators (denominator) /* motion compensation */ int unrestricted_mv; ///< mv can point outside of the coded picture |