enable bidirectional me with x264
authorRobert Swain <robert.swain@gmail.com>
Sun, 7 Jan 2007 18:04:11 +0000 (18:04 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 7 Jan 2007 18:04:11 +0000 (18:04 +0000)
patch by Robert Swain <robert =dot= swain =at= gmail =dot= com>

Originally committed as revision 7422 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/x264.c

index b086787..c9df820 100644 (file)
@@ -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);