]> granicus.if.org Git - libvpx/commitdiff
Tweak DropFramesWithoutRecovery params
authorJohn Koleszar <jkoleszar@google.com>
Sat, 26 Jan 2013 01:48:18 +0000 (17:48 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Sat, 26 Jan 2013 01:48:37 +0000 (17:48 -0800)
The previous parameters did not pass with VP8.

Change-Id: I1505171fbd713d21029541828ebdbe4c7dea79b8

test/error_resilience_test.cc

index f33c722d85e7b9dc1d52e0f2f4c081b0ac38c086..1eee0f55abd63ba31fd630a05aadf07c9412b065 100644 (file)
@@ -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;