Fix typo in splitmv/tx_select code.
Change-Id: I2823043634b0fa617c2715d63ff18595b7209287
This commit is contained in:
Родитель
226e55c17d
Коммит
29b6a45b88
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче