diff mpegvideo.c @ 2493:258120c61eea libavcodec

Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)
author michael
date Wed, 02 Feb 2005 18:49:04 +0000
parents 57ba17bd3924
children fc23a5a86d97
line wrap: on
line diff
--- a/mpegvideo.c	Wed Feb 02 18:14:59 2005 +0000
+++ b/mpegvideo.c	Wed Feb 02 18:49:04 2005 +0000
@@ -949,6 +949,7 @@
                         || 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;