Merge "Fix a bug for multi_arf_allowed" into nextgenv2

This commit is contained in:
Wei-ting Lin
2016-08-09 21:09:56 +00:00
committed by Gerrit Code Review

View File

@@ -3507,7 +3507,7 @@ void vp10_update_reference_frames(VP10_COMP *cpi) {
&cm->ref_frame_map[arf_idx], cm->new_fb_idx);
if (use_upsampled_ref)
uref_cnt_fb(cpi->upsampled_ref_bufs,
&cpi->upsampled_ref_idx[cpi->alt_fb_idx], new_uidx);
&cpi->upsampled_ref_idx[arf_idx], new_uidx);
memcpy(cpi->interp_filter_selected[ALTREF_FRAME],
cpi->interp_filter_selected[0],