ref: 0623526872f0420178c5cbf960bd04ba609e5d63
parent: ec12c265e970b220b914587aaf7f26871860e538
author: Jingning Han <[email protected]>
date: Wed Nov 7 06:26:23 EST 2018
Cosmetic clean up in find_arf_order Remove duplicate variable definition. Change-Id: I476bb319078f1043116163ac7aeff28a4a3ab5e6
--- a/vp9/encoder/vp9_firstpass.c
+++ b/vp9/encoder/vp9_firstpass.c
@@ -2119,7 +2119,6 @@
// Process regular P frames
if ((end - start < min_frame_interval) ||
(depth > gf_group->allowed_max_layer_depth)) {
- int idx;
for (idx = start; idx < end; ++idx) {
gf_group->update_type[*index_counter] = LF_UPDATE;
gf_group->arf_src_offset[*index_counter] = 0;