shithub: libvpx

Download patch

ref: 1acc25f11b74a95217597fc4974047982054346c
parent: 0f3edc66252128fb831458cce71d59371faef3fc
parent: c104f4cbdc1c34dcc121340b29aa721d95d18d05
author: Paul Wilkins <paulwilkins@google.com>
date: Thu Feb 8 05:57:44 EST 2018

Merge "Fix file input pointer bug in allocate_gf_group_bits()."

--- a/vp9/encoder/vp9_firstpass.c
+++ b/vp9/encoder/vp9_firstpass.c
@@ -2237,9 +2237,6 @@
     }
     gf_group->arf_update_idx[0] = arf_buffer_indices[0];
     gf_group->arf_ref_idx[0] = arf_buffer_indices[0];
-
-    // Step over the golden frame / overlay frame
-    if (EOF == input_stats(twopass, &frame_stats)) return;
   }
 
   // Deduct the boost bits for arf (or gf if it is not a key frame)