[Ffmpeg-cvslog] r7422 - trunk/libavcodec/x264.c

mru subversion
Sun Jan 7 19:04:11 CET 2007


Author: mru
Date: Sun Jan  7 19:04:11 2007
New Revision: 7422

Modified:
   trunk/libavcodec/x264.c

Log:
enable bidirectional me with x264
patch by Robert Swain <robert =dot= swain =at= gmail =dot= com>


Modified: trunk/libavcodec/x264.c
==============================================================================
--- trunk/libavcodec/x264.c	(original)
+++ trunk/libavcodec/x264.c	Sun Jan  7 19:04:11 2007
@@ -225,6 +225,7 @@
     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);




More information about the ffmpeg-cvslog mailing list