diff options
author | phintuka <phintuka> | 2010-02-24 14:23:21 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-02-24 14:23:21 +0000 |
commit | f87e33355c8dedcea90bb65908f1ecc104f76555 (patch) | |
tree | 4f30a48a082d4184727e4007f6c713995bc2ab2d | |
parent | 5d2c45b23d8c0f0980170ddc88e085d0427624d6 (diff) | |
download | xineliboutput-f87e33355c8dedcea90bb65908f1ecc104f76555.tar.gz xineliboutput-f87e33355c8dedcea90bb65908f1ecc104f76555.tar.bz2 |
Signal end of initial configuration data to client
-rw-r--r-- | frontend.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |