projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e186f
)
openh264enc: make denoise work
author
Nicola Murino
<nicola.murino@gmail.com>
Sat, 4 Oct 2014 18:55:08 +0000
(20:55 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 6 Oct 2014 09:31:29 +0000
(12:31 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=737894
ext/openh264/gstopenh264enc.cpp
patch
|
blob
|
history
diff --git
a/ext/openh264/gstopenh264enc.cpp
b/ext/openh264/gstopenh264enc.cpp
index 490380b1a4179771d27140395521317fb1ebad32..0ada1e2906dbf40fc2566b584a00252b8ddb7643 100644
(file)
--- a/
ext/openh264/gstopenh264enc.cpp
+++ b/
ext/openh264/gstopenh264enc.cpp
@@
-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;