Merge "Format fix in vp9_pick_inter_mode_sub8x8"

This commit is contained in:
Jingning Han 2015-01-07 14:06:06 -08:00 committed by Gerrit Code Review
commit 3e41563f33

View File

@ -972,7 +972,7 @@ void vp9_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x,
x->skip_encode = sf->skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
ctx->pred_pixel_ready = 0;
for (ref_frame = LAST_FRAME; ref_frame <= GOLDEN_FRAME; ref_frame++) {
for (ref_frame = LAST_FRAME; ref_frame <= GOLDEN_FRAME; ++ref_frame) {
int_mv dummy_mv[2];
x->pred_mv_sad[ref_frame] = INT_MAX;