diff libx264.c @ 7983:47f50599b368 libavcodec

x264 has removed the b-rdo and bime options, and instead integrated them into the subme number to attempt to reduce the number of unnecessary options. subme now scales up to 9. Patch by Jason Garett-Glaser %darkshikari A gmail P com%
author gpoirier
date Thu, 02 Oct 2008 19:05:35 +0000
parents 850abcd10e19
children 4f555a34e00f
line wrap: on
line diff
--- a/libx264.c	Thu Oct 02 16:29:15 2008 +0000
+++ b/libx264.c	Thu Oct 02 19:05:35 2008 +0000
@@ -227,8 +227,6 @@
     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;
     x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA;