shithub: libvpx

Download patch

ref: 4c609680fba570ee40ce323ab03dbb1e6522dda8
parent: 07f86d094421140f037f5017d057dec6ed303ba7
author: Dmitry Kovalev <dkovalev@google.com>
date: Fri Apr 18 09:59:30 EDT 2014

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

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -785,8 +785,6 @@
   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.