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.c | |
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.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 602063e49f..da99327dcd 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -515,8 +515,6 @@ int MPV_encode_init(AVCodecContext *avctx) s->rtp_payload_size = avctx->rtp_payload_size; if (avctx->rtp_callback) s->rtp_callback = avctx->rtp_callback; - s->qmin= avctx->qmin; - s->qmax= avctx->qmax; s->max_qdiff= avctx->max_qdiff; s->qcompress= avctx->qcompress; s->qblur= avctx->qblur; |