Merge "Don't set loop filter sharpness in vp9_change_config()."

This commit is contained in:
Dmitry Kovalev 2014-04-21 10:40:30 -07:00 коммит произвёл Gerrit Code Review
Родитель 37f0886bbf 4c609680fb
Коммит f0a47f85c5
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -668,8 +668,6 @@ void vp9_change_config(struct VP9_COMP *cpi, const VP9EncoderConfig *oxcf) {
cm->display_width = cpi->oxcf.width;
cm->display_height = cpi->oxcf.height;
cm->lf.sharpness_level = cpi->oxcf.sharpness;
if (cpi->initial_width) {
// Increasing the size of the frame beyond the first seen frame, or some
// otherwise signaled maximum size, is not supported.