aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-17 11:02:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-17 11:02:33 +0000
commitc5a9ab69c26c6c3c567195c748671677d36a908f (patch)
tree745f82f4c0066d5eb1da1ea4b7b2a29ccb726d59 /libavcodec/mpegvideo.c
parent6c949d129b8dbfc1c7cb0410cf1c80724a805fdb (diff)
downloadffmpeg-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.c2
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;