Fix typo in splitmv/tx_select code.

Change-Id: I2823043634b0fa617c2715d63ff18595b7209287
This commit is contained in:
Ronald S. Bultje 2012-10-24 13:03:51 -07:00
Родитель 226e55c17d
Коммит 29b6a45b88
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2509,7 +2509,7 @@ static void rd_check_segment_txsize(VP8_COMP *cpi, MACROBLOCK *x,
if (rds)
rds[i] = this_segment_rd;
if (otherrds)
rds[i] = other_segment_rd;
otherrds[i] = other_segment_rd;
} /* for each label */
if (this_segment_rd < bsi->segment_rd) {