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

This commit is contained in:
Dmitry Kovalev 2014-04-21 10:40:30 -07:00 committed by Gerrit Code Review
commit f0a47f85c5

View File

@ -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.