diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-17 11:02:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-17 11:02:33 +0000 |
commit | c5a9ab69c26c6c3c567195c748671677d36a908f (patch) | |
tree | 745f82f4c0066d5eb1da1ea4b7b2a29ccb726d59 /libavcodec/mpegvideo.h | |
parent | 6c949d129b8dbfc1c7cb0410cf1c80724a805fdb (diff) | |
download | ffmpeg-c5a9ab69c26c6c3c567195c748671677d36a908f.tar.gz |
qmin/qmax cleanup
Originally committed as revision 1689 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 846d1ab3c0..bd1c257b7a 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -208,8 +208,6 @@ typedef struct MpegEncContext { int fixed_qscale; ///< fixed qscale if non zero float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0) float qblur; ///< amount of qscale smoothing over time (0.0-1.0) - int qmin; ///< min qscale - int qmax; ///< max qscale int max_qdiff; ///< max qscale difference between frames int encoding; ///< true if we are encoding (vs decoding) int flags; ///< AVCodecContext.flags (HQ, MV4, ...) |