Commit 60c89ae1 authored by mru's avatar mru

enable bidirectional me with x264

patch by Robert Swain <robert =dot= swain =at= gmail =dot= com>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7422 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef7e3481
......@@ -225,6 +225,7 @@ X264_init(AVCodecContext *avctx)
x4->params.analyse.i_me_range = avctx->me_range;
x4->params.analyse.i_subpel_refine = avctx->me_subpel_quality;
x4->params.analyse.b_bidir_me = (avctx->bidir_refine > 0);
x4->params.analyse.b_bframe_rdo = (avctx->flags2 & CODEC_FLAG2_BRDO);
x4->params.analyse.b_mixed_references =
(avctx->flags2 & CODEC_FLAG2_MIXED_REFS);
......
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