summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-04-21 10:40:30 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-04-21 10:40:30 -0700
commitf0a47f85c58bcf1c9743ace7674e87cc58cb6e43 (patch)
tree4e13ae9d92489efd2b6c44e840178153f662c638 /vp9/encoder
parent37f0886bbf5ae7c07a5a9b6738aaec445867bc86 (diff)
parent4c609680fba570ee40ce323ab03dbb1e6522dda8 (diff)
downloadlibvpx-f0a47f85c58bcf1c9743ace7674e87cc58cb6e43.tar
libvpx-f0a47f85c58bcf1c9743ace7674e87cc58cb6e43.tar.gz
libvpx-f0a47f85c58bcf1c9743ace7674e87cc58cb6e43.tar.bz2
libvpx-f0a47f85c58bcf1c9743ace7674e87cc58cb6e43.zip
Merge "Don't set loop filter sharpness in vp9_change_config()."
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_onyx_if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c
index f8dd5c5b7..23a68729b 100644
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -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.