]> granicus.if.org Git - libvpx/commitdiff
Adjust error resilience test data rate.
authorPaul Wilkins <paulwilkins@google.com>
Tue, 7 May 2013 17:50:39 +0000 (18:50 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Tue, 7 May 2013 17:50:39 +0000 (18:50 +0100)
Note that the pass fail criteria for this test seems a bit
arbitrary to me.

Change-Id: Idc695c39dd7542e851a7732b2810b45e0bdf91ae

test/error_resilience_test.cc

index 1eee0f55abd63ba31fd630a05aadf07c9412b065..deacbc0e9f8cfdab2c5699c06034b62da7d04b8d 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 = 500;
+  cfg_.rc_target_bitrate = 1500;
 
   init_flags_ = VPX_CODEC_USE_PSNR;