summaryrefslogtreecommitdiff
path: root/frontend_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_local.c')
-rw-r--r--frontend_local.c24
1 files changed, 2 insertions, 22 deletions
diff --git a/frontend_local.c b/frontend_local.c
index f13ef069..780520a4 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.30 2008-03-28 22:17:17 phintuka Exp $
+ * $Id: frontend_local.c,v 1.31 2008-04-03 08:08:27 phintuka Exp $
*
*/
@@ -396,27 +396,7 @@ void cXinelibLocal::Action(void)
// configure frontend and xine
m_bNoVideo = false;
- ConfigureOSD(xc.prescale_osd, xc.unscaled_osd);
- ConfigurePostprocessing(xc.deinterlace_method, xc.audio_delay,
- xc.audio_compression, xc.audio_equalizer,
- xc.audio_surround, xc.speaker_type);
- ConfigureVideo(xc.hue, xc.saturation, xc.brightness, xc.contrast, xc.overscan, xc.vo_aspect_ratio);
- ConfigurePostprocessing("upmix", xc.audio_upmix ? true : false, NULL);
- ConfigurePostprocessing("autocrop", xc.autocrop ? true : false,
- xc.AutocropOptions());
- ConfigurePostprocessing("swscale", xc.swscale ? true : false,
- xc.SwScaleOptions());
- 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);
-#endif
+ Configure();
LOGDBG("cXinelibLocal::Action - fe config OK");
LogoDisplay();