[SCM] libav/experimental: pass noise reduction option to x264 patch by Erik Slagter <erik at slagter name>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:46:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 277fe2294f4f49af773ed20108772e3d62752e05
Author: Erik Slagter <erik at slagter.name>
Date:   Mon Feb 20 19:01:29 2006 +0000

    pass noise reduction option to x264
    patch by Erik Slagter <erik at slagter name>
    
    Originally committed as revision 5040 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/x264.c b/libavcodec/x264.c
index 43d4eb8..ddd29e7 100644
--- a/libavcodec/x264.c
+++ b/libavcodec/x264.c
@@ -222,6 +222,7 @@ X264_init(AVCodecContext *avctx)
     x4->params.analyse.b_fast_pskip = (avctx->flags2 & CODEC_FLAG2_FASTPSKIP);
 
     x4->params.analyse.i_trellis = avctx->trellis;
+    x4->params.analyse.i_noise_reduction = avctx->noise_reduction;
 
     if(avctx->level > 0) x4->params.i_level_idc = avctx->level;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list