shithub: libvpx

Download patch

ref: f0a47f85c58bcf1c9743ace7674e87cc58cb6e43
parent: 37f0886bbf5ae7c07a5a9b6738aaec445867bc86
parent: 4c609680fba570ee40ce323ab03dbb1e6522dda8
author: Dmitry Kovalev <dkovalev@google.com>
date: Mon Apr 21 06:40:30 EDT 2014

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

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