Commit 2e7e5c70 authored by mru's avatar mru

pass noise reduction option to x264

patch by Erik Slagter <erik at slagter name>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5040 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0281b26f
No related merge requests found
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment