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

This commit is contained in:
Paul Wilkins 2018-02-08 10:57:44 +00:00 committed by Gerrit Code Review
commit 1acc25f11b

View File

@ -2237,9 +2237,6 @@ static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits,
}
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)