Merge "Remove set_scale_factors call" into experimental

This commit is contained in:
Yunqing Wang 2013-05-30 15:25:01 -07:00 committed by Gerrit Code Review
commit 1badebc821

View File

@ -818,9 +818,6 @@ void vp9_decode_mb_mode_mv(VP9D_COMP* const pbi,
kfread_modes(pbi, mi, mi_row, mi_col, r);
} else {
read_mb_modes_mv(pbi, mi, &mi->mbmi, mi_row, mi_col, r);
set_scale_factors(xd,
mi->mbmi.ref_frame - 1, mi->mbmi.second_ref_frame - 1,
cm->active_ref_scale);
}
if (1) {