]> granicus.if.org Git - libvpx/commitdiff
Revert "Adjust error resilience test data rate."
authorJohn Koleszar <jkoleszar@google.com>
Tue, 7 May 2013 19:58:32 +0000 (12:58 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 7 May 2013 19:58:32 +0000 (12:58 -0700)
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

test/error_resilience_test.cc

index deacbc0e9f8cfdab2c5699c06034b62da7d04b8d..1eee0f55abd63ba31fd630a05aadf07c9412b065 100644 (file)
@@ -182,7 +182,7 @@ TEST_P(ErrorResilienceTest, OnVersusOff) {
 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;