Merge "Don't set loop filter sharpness in vp9_change_config()."
This commit is contained in:
Коммит
f0a47f85c5
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче