From c2726d287fb2efe7e670b1a28c55912d6890324d Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 17 May 2007 17:04:20 +0000 Subject: Set up unsharp and denoise3d post plugins (patch from Petri Helin) --- frontend_local.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'frontend_local.c') 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); -- cgit v1.2.3