shithub: libvpx

Download patch

ref: 0936ce931a86baeb83ca6150e5afc8909cd97c19
parent: a5494e3376186b7764ce3789b858e95e642cbd06
author: Jingning Han <jingning@google.com>
date: Mon Aug 20 08:47:16 EDT 2018

Add multi_layer_arf flag

This flag will control the use of multiple layer arf + show
existing frames.

Change-Id: Ic6b9e8e67b2db7d32706bdf0a14663a39f57295f

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