]> git.sesse.net Git - x264/blobdiff - common/common.c
Improved 2pass bitrate predictor. No real change most of the time, but allows correct...
[x264] / common / common.c
index 997a7ce7077acc6f1b9bda94f1111844c126485b..9550df1ee9ec6ffca081dbc3bf0aee201077cf32 100644 (file)
@@ -86,7 +86,7 @@ void    x264_param_default( x264_param_t *param )
     param->rc.psz_stat_out = "x264_2pass.log";
     param->rc.b_stat_read = 0;
     param->rc.psz_stat_in = "x264_2pass.log";
-    param->rc.psz_rc_eq = "tex*blurTex^(qComp-1)";
+    param->rc.psz_rc_eq = "blurCplx^(1-qComp)";
     param->rc.f_qcompress = 0.6;
     param->rc.f_qblur = 0.5;
     param->rc.f_complexity_blur = 20;