[FFmpeg-devel] [PATCH] libavcodec interface to no_mbtree option of libx264

Erik Slagter erik
Sun Dec 6 15:48:10 CET 2009


Ow #$#$@#, this part slipped in again which is not acked:

Index: libavcodec/libx264.c
===================================================================
--- libavcodec/libx264.c        (revision 20746)
+++ libavcodec/libx264.c        (working copy)
@@ -227,7 +227,7 @@
 
     x4->params.analyse.i_direct_mv_pred  = avctx->directpred;
 
-    x4->params.analyse.b_weighted_bipred = avctx->flags2 & CODEC_FLAG2_WPRED;
+    x4->params.analyse.b_weighted_bipred = !!(avctx->flags2 & CODEC_FLAG2_WPRED);
     x4->params.analyse.i_weighted_pred = avctx->weighted_p_pred;

Is it a problem is this remains in, or should I make new patch?




More information about the ffmpeg-devel mailing list