A fix for crashes when #macroblock rows is odd.

Change-Id: If9fc2df4051ccfb8d804dae9d1be08d12d0f81ce
This commit is contained in:
Deb Mukherjee 2012-10-18 12:00:23 -07:00
parent 13d69d40da
commit 96276f97ec

View File

@ -1064,7 +1064,7 @@ static void encode_sb(VP8_COMP *cpi,
(*tp)->Token = EOSB_TOKEN;
(*tp)++;
cpi->tplist[mb_row].stop = *tp;
if (mb_row < cm->mb_rows) cpi->tplist[mb_row].stop = *tp;
break;
}
#endif
@ -1088,7 +1088,7 @@ static void encode_sb(VP8_COMP *cpi,
#endif
(*tp)->Token = EOSB_TOKEN;
(*tp)++;
cpi->tplist[mb_row].stop = *tp;
if (mb_row < cm->mb_rows) cpi->tplist[mb_row].stop = *tp;
}
// debug output