shithub: libvpx

Download patch

ref: f23391572f859f29514038ca23873e6e19c09365
parent: 80997347ba68104f3a7a309d32e12544961377ea
author: Paul Wilkins <paulwilkins@google.com>
date: Wed Sep 12 08:06:36 EDT 2018

Remove extra_arf_allowed.

Removed VP9_COMP element that is no longer used.

Change-Id: I2b3e1e16244074e3510c1467b0e7532213c4ae05

--- a/vp9/encoder/vp9_encoder.h
+++ b/vp9/encoder/vp9_encoder.h
@@ -774,7 +774,6 @@
   int arf_map[MAX_EXT_ARFS + 1];
   int arf_pos_in_gf[MAX_EXT_ARFS + 1];
   int arf_pos_for_ovrly[MAX_EXT_ARFS + 1];
-  int extra_arf_allowed;
 
   int multi_layer_arf;
   vpx_roi_map_t roi;