summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-09-10 18:54:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-10 18:54:02 +0000
commitc32b14bb9c1c5baec0bd571e1bb6767e9f052aff (patch)
tree53fcba49e12b2f9d61f2e3bd7ddd2b3768b9d344 /libavcodec/mpegvideo.h
parentd58a6d8537a6f34941973c5c3be93d484a4d62ed (diff)
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.h2
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