summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorChristophe Massiot <cmassiot@freebox.fr>2005-02-02 18:49:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-02 18:49:04 +0000
commit957c743a23881636dcc1da307ad9c4ac6b65f7ac (patch)
treecae7538bce03ce319f09862e58576a4af094dfce /libavcodec/mpegvideo.c
parentebaa7e03154e4bec5cbeb7dc839980c67b64c436 (diff)
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)
Originally committed as revision 3927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index bca63a1913..5049b696c3 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -949,6 +949,7 @@ int MPV_encode_init(AVCodecContext *avctx)
|| s->avctx->temporal_cplx_masking
|| s->avctx->spatial_cplx_masking
|| s->avctx->p_masking
+ || s->avctx->border_masking
|| (s->flags&CODEC_FLAG_QP_RD))
&& !s->fixed_qscale;