Merge "Removing unused initial_{width, height} from VP9Decoder."

This commit is contained in:
Dmitry Kovalev 2014-04-11 10:23:35 -07:00 коммит произвёл Gerrit Code Review
Родитель 6d291b700e 46a20d67cb
Коммит 59fd74229e
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -49,9 +49,6 @@ typedef struct VP9Decoder {
int decoded_key_frame; int decoded_key_frame;
int initial_width;
int initial_height;
int do_loopfilter_inline; // apply loopfilter to available rows immediately int do_loopfilter_inline; // apply loopfilter to available rows immediately
VP9Worker lf_worker; VP9Worker lf_worker;