Deprecate token check in level map coding scheme

Change-Id: I4038d971455626c4c8e93b9b83e9155c5170349e
This commit is contained in:
Jingning Han 2017-04-04 09:48:37 -07:00
Родитель 94652b8950
Коммит 223b90e5db
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4135,7 +4135,9 @@ static uint32_t write_tiles(AV1_COMP *const cpi, uint8_t *const dst,
cpi->td.mb.pvq_q = &this_tile->pvq_q;
#endif
write_modes(cpi, &tile_info, &mode_bc, &tok, tok_end);
#if !CONFIG_LV_MAP
assert(tok == tok_end);
#endif // !CONFIG_LV_MAP
aom_stop_encode(&mode_bc);
tile_size = mode_bc.pos;
#endif // CONFIG_ANS