[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec x264.c,1.17,1.18
Måns Rullgård CVS
mru
Mon Feb 20 20:01:32 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv7750
Modified Files:
x264.c
Log Message:
pass noise reduction option to x264
patch by Erik Slagter <erik at slagter name>
Index: x264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/x264.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- x264.c 24 Jan 2006 10:33:14 -0000 1.17
+++ x264.c 20 Feb 2006 19:01:29 -0000 1.18
@@ -222,6 +222,7 @@
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;
More information about the ffmpeg-cvslog
mailing list