summaryrefslogtreecommitdiff
path: root/test/borders_test.cc
diff options
context:
space:
mode:
authorhui su <huisu@google.com>2016-03-15 09:28:16 -0700
committerhui su <huisu@google.com>2016-03-15 09:28:16 -0700
commit68f2b4100dfbfedf7db80f784faf32a88cccb5d4 (patch)
treee5b961c984b75342417cc0e39ccd5867ae6ec117 /test/borders_test.cc
parent239bf26fde360b150391827850d66aa71c27f913 (diff)
downloadlibvpx-68f2b4100dfbfedf7db80f784faf32a88cccb5d4.tar
libvpx-68f2b4100dfbfedf7db80f784faf32a88cccb5d4.tar.gz
libvpx-68f2b4100dfbfedf7db80f784faf32a88cccb5d4.tar.bz2
libvpx-68f2b4100dfbfedf7db80f784faf32a88cccb5d4.zip
Fix typos in unit tests
Change-Id: I18996f5c67cd182263930a1363d619402b8f8c14
Diffstat (limited to 'test/borders_test.cc')
-rw-r--r--test/borders_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/borders_test.cc b/test/borders_test.cc
index 6592375f8..ff3812cb9 100644
--- a/test/borders_test.cc
+++ b/test/borders_test.cc
@@ -52,7 +52,7 @@ TEST_P(BordersTest, TestEncodeHighBitrate) {
// extend into the border and test the border condition.
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 = 2000;
cfg_.rc_max_quantizer = 10;