shithub: libvpx

Download patch

ref: b24735c622cefe3a03633edd69dff65d2a6ee0dd
parent: c0504a9b2412967edb608afca07b717ac031b17f
author: Paul Wilkins <paulwilkins@google.com>
date: Tue May 7 14:50:39 EDT 2013

Adjust error resilience test data rate.

Note that the pass fail criteria for this test seems a bit
arbitrary to me.

Change-Id: Idc695c39dd7542e851a7732b2810b45e0bdf91ae

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