shithub: libvpx

Download patch

ref: 9363425daa8311f518184bf516e1f3c709addb8e
parent: 41a17f445701e35003d7f874af60a6b2f7e66c87
parent: 7cd6330ef37f98c21cf6b7c4550076d3ac3ea3aa
author: Paul Wilkins <paulwilkins@google.com>
date: Wed Oct 22 22:02:48 EDT 2014

Merge "Initialization bug for multi arf."

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -1446,6 +1446,7 @@
 #endif
 
   cpi->refresh_alt_ref_frame = 0;
+  cpi->multi_arf_last_grp_enabled = 0;
 
   cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS;
 #if CONFIG_INTERNAL_STATS
@@ -3431,7 +3432,6 @@
     cpi->multi_arf_allowed = 1;
   else
     cpi->multi_arf_allowed = 0;
-  cpi->multi_arf_last_grp_enabled = 0;
 
   // Normal defaults
   cm->reset_frame_context = 0;