summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-01-25 17:48:18 -0800
committerJohn Koleszar <jkoleszar@google.com>2013-01-25 17:48:37 -0800
commitf8b9f11cb40effa62feba0e27d6a26a4dac0c496 (patch)
treeb5d7ae5592697da2e924262e9155f1377c067e37
parent3ca5b35ce5c7a770d4daf2f2b8460a7af1108843 (diff)
downloadlibvpx-f8b9f11cb40effa62feba0e27d6a26a4dac0c496.tar
libvpx-f8b9f11cb40effa62feba0e27d6a26a4dac0c496.tar.gz
libvpx-f8b9f11cb40effa62feba0e27d6a26a4dac0c496.tar.bz2
libvpx-f8b9f11cb40effa62feba0e27d6a26a4dac0c496.zip
Tweak DropFramesWithoutRecovery params
The previous parameters did not pass with VP8. Change-Id: I1505171fbd713d21029541828ebdbe4c7dea79b8
-rw-r--r--test/error_resilience_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/error_resilience_test.cc b/test/error_resilience_test.cc
index f33c722d8..1eee0f55a 100644
--- a/test/error_resilience_test.cc
+++ b/test/error_resilience_test.cc
@@ -182,8 +182,7 @@ TEST_P(ErrorResilienceTest, OnVersusOff) {
TEST_P(ErrorResilienceTest, DropFramesWithoutRecovery) {
const vpx_rational timebase = { 33333333, 1000000000 };
cfg_.g_timebase = timebase;
- cfg_.rc_target_bitrate = 2000;
- cfg_.g_lag_in_frames = 5;
+ cfg_.rc_target_bitrate = 500;
init_flags_ = VPX_CODEC_USE_PSNR;