summaryrefslogtreecommitdiff
path: root/frontend_svr.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_svr.c')
-rw-r--r--frontend_svr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_svr.c b/frontend_svr.c
index 31bf4b05..6a8e3c00 100644
--- a/frontend_svr.c
+++ b/frontend_svr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.c,v 1.18 2006-08-24 09:20:07 phintuka Exp $
+ * $Id: frontend_svr.c,v 1.19 2006-08-25 04:03:11 phintuka Exp $
*
*/
@@ -1018,7 +1018,7 @@ void cXinelibServer::Handle_Control_CONFIG(int cli)
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);
+ ConfigureVideo(xc.hue, xc.saturation, xc.brightness, xc.contrast, xc.overscan);
ConfigurePostprocessing("upmix", xc.audio_upmix ? true : false, NULL);
ConfigurePostprocessing("autocrop", xc.autocrop ? true : false,
xc.AutocropOptions());