shithub: libvpx

Download patch

ref: 15cf59605fc463801fb921f14954c1e6b4a56503
parent: 802fc78bd74b7acf332d7c9a295846d9ff5eb2f7
author: Adrian Grange <agrange@google.com>
date: Fri Dec 13 03:48:12 EST 2013

Set rc_2pass_vbr_maxsection_pct to correct value

Corrected a typo that set rc_2pass_vbr_minsection_pct to
two different values on consecutive lines. Second line
should have set rc_2pass_vbr_maxsection_pct.

Change-Id: Ie07ac67cd5455afe556bef34da8127304db9c97c

--- a/test/borders_test.cc
+++ b/test/borders_test.cc
@@ -67,7 +67,7 @@
 
   cfg_.g_lag_in_frames = 25;
   cfg_.rc_2pass_vbr_minsection_pct = 5;
-  cfg_.rc_2pass_vbr_minsection_pct = 2000;
+  cfg_.rc_2pass_vbr_maxsection_pct = 2000;
   cfg_.rc_target_bitrate = 200;
   cfg_.rc_min_quantizer = 40;