openh264enc: make denoise work

https://bugzilla.gnome.org/show_bug.cgi?id=737894
This commit is contained in:
Nicola Murino 2014-10-04 20:55:08 +02:00 committed by Sebastian Dröge
parent 58e186fe2b
commit 4d8d9b009b

View file

@ -501,7 +501,6 @@ gst_openh264enc_set_format (GstVideoEncoder * encoder,
enc_params.iMultipleThreadIdc = openh264enc->priv->multi_thread;
enc_params.bEnableDenoise = openh264enc->priv->enable_denoise;
enc_params.uiIntraPeriod = priv->gop_size;
enc_params.bEnableDenoise = 0;
enc_params.bEnableBackgroundDetection = 1;
enc_params.bEnableAdaptiveQuant = 1;
enc_params.bEnableFrameSkip = 1;