Merge "Remove unnecessary loopfilter init."

This commit is contained in:
hkuang 2015-03-04 11:27:58 -08:00 коммит произвёл Gerrit Code Review
Родитель a34a042615 f9420b45e5
Коммит 2f06f5087e
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -934,7 +934,6 @@ static const uint8_t *decode_tiles(VP9Decoder *pbi,
winterface->sync(&pbi->lf_worker);
vp9_loop_filter_data_reset(lf_data, get_frame_new_buffer(cm), cm,
pbi->mb.plane);
vp9_loop_filter_frame_init(cm, cm->lf.filter_level);
}
assert(tile_rows <= 4);