summaryrefslogtreecommitdiff
path: root/frontend_local.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-05-17 17:04:20 +0000
committerphintuka <phintuka>2007-05-17 17:04:20 +0000
commitc2726d287fb2efe7e670b1a28c55912d6890324d (patch)
tree23e765ad30287b88bb5c668e9a786b4209064585 /frontend_local.c
parentce40dc147f71422e001fbb4f3978601942661489 (diff)
downloadxineliboutput-c2726d287fb2efe7e670b1a28c55912d6890324d.tar.gz
xineliboutput-c2726d287fb2efe7e670b1a28c55912d6890324d.tar.bz2
Set up unsharp and denoise3d post plugins (patch from Petri Helin)
Diffstat (limited to 'frontend_local.c')
-rw-r--r--frontend_local.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend_local.c b/frontend_local.c
index 1e01a5a4..c3652a06 100644
--- a/frontend_local.c
+++ b/frontend_local.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_local.c,v 1.24 2007-04-12 22:53:36 phintuka Exp $
+ * $Id: frontend_local.c,v 1.25 2007-05-17 17:04:20 phintuka Exp $
*
*/
@@ -409,6 +409,11 @@ void cXinelibLocal::Action(void)
xc.AutocropOptions());
ConfigurePostprocessing("pp", xc.ffmpeg_pp ? true : false,
xc.FfmpegPpOptions());
+ ConfigurePostprocessing("unsharp",xc.unsharp ? true : false,
+ xc.UnsharpOptions());
+ ConfigurePostprocessing("denoise3d",xc.denoise3d ? true : false,
+ xc.Denoise3dOptions());
+
#ifdef ENABLE_TEST_POSTPLUGINS
ConfigurePostprocessing("headphone", xc.headphone ? true : false, NULL);