shithub: libvpx

Download patch

ref: 372336d1e5db555808de74159aae03d6a8a20a19
parent: f95686895b041555d533840aed8928a08f2f1de0
parent: 48110d0f7904bb04b4f70000721e96ed64bc6fb2
author: Paul Wilkins <paulwilkins@google.com>
date: Wed Aug 16 14:25:29 EDT 2017

Merge "Fix corrupt arf groups due to low "lag_in_frames""

--- a/test/vp9_ethread_test.cc
+++ b/test/vp9_ethread_test.cc
@@ -50,7 +50,6 @@
     InitializeConfig();
     SetMode(encoding_mode_);
 
-    cfg_.g_lag_in_frames = 3;
     cfg_.rc_end_usage = VPX_VBR;
     cfg_.rc_2pass_vbr_minsection_pct = 5;
     cfg_.rc_2pass_vbr_maxsection_pct = 2000;
@@ -238,7 +237,6 @@
     SetMode(encoding_mode_);
 
     if (encoding_mode_ != ::libvpx_test::kRealTime) {
-      cfg_.g_lag_in_frames = 3;
       cfg_.rc_end_usage = VPX_VBR;
       cfg_.rc_2pass_vbr_minsection_pct = 5;
       cfg_.rc_2pass_vbr_maxsection_pct = 2000;