Don't set loop filter sharpness in vp9_change_config().
The right value is calculated and set in vp9_pick_filter_level(). Change-Id: I5f725ac21f90dc9b80181a09a2040970bf6671d4
This commit is contained in:
Родитель
07f86d0944
Коммит
4c609680fb
|
@ -785,8 +785,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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче