summaryrefslogtreecommitdiff
path: root/frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.c')
-rw-r--r--frontend.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend.c b/frontend.c
index af929bc3..a85cfa57 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.55 2008-04-12 19:37:41 phintuka Exp $
+ * $Id: frontend.c,v 1.56 2008-04-13 22:14:31 phintuka Exp $
*
*/
@@ -801,6 +801,10 @@ void cXinelibThread::Configure(void)
#ifdef ENABLE_TEST_POSTPLUGINS
ConfigurePostprocessing("headphone", xc.headphone ? true : false, NULL);
#endif
+
+ Xine_Control(cString::sprintf("SCR %s %d",
+ xc.live_mode_sync ? "Sync" : "NoSync",
+ xc.scr_tunning ? xc.scr_hz : 90000));
}
int cXinelibThread::ConfigureOSD(void)