From f87e33355c8dedcea90bb65908f1ecc104f76555 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 24 Feb 2010 14:23:21 +0000 Subject: Signal end of initial configuration data to client --- frontend.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend.c b/frontend.c index 9ced3f74..ae9c9189 100644 --- a/frontend.c +++ b/frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.79 2010-02-24 14:22:09 phintuka Exp $ + * $Id: frontend.c,v 1.80 2010-02-24 14:23:21 phintuka Exp $ * */ @@ -775,6 +775,8 @@ void cXinelibThread::Configure(void) Xine_Control(cString::sprintf("SCR %s %d", xc.live_mode_sync ? "Sync" : "NoSync", xc.scr_tuning ? xc.scr_hz : 90000)); + + Xine_Control("CONFIG END"); } int cXinelibThread::ConfigurePostprocessing(const char *deinterlace_method, -- cgit v1.2.3