ref: c0490a5cbb8d0f7054ba3e6d50b179c32ca03845
parent: b24735c622cefe3a03633edd69dff65d2a6ee0dd
author: John Koleszar <jkoleszar@google.com>
date: Tue May 7 08:58:32 EDT 2013
Revert "Adjust error resilience test data rate." This reverts commit b24735c622cefe3a03633edd69dff65d2a6ee0dd since the adjusted threshold doesn't allow the existing tests to pass. Will disable the failing test in a separate commit. Change-Id: I26d41cf6175f300bbad493cecdc96e6b0dd6f2fe
--- a/test/error_resilience_test.cc
+++ b/test/error_resilience_test.cc
@@ -182,7 +182,7 @@
TEST_P(ErrorResilienceTest, DropFramesWithoutRecovery) {
const vpx_rational timebase = { 33333333, 1000000000 };
cfg_.g_timebase = timebase;
- cfg_.rc_target_bitrate = 1500;
+ cfg_.rc_target_bitrate = 500;
init_flags_ = VPX_CODEC_USE_PSNR;
--
⑨