diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.42 2008-04-12 19:37:41 phintuka Exp $ + * $Id: config.h,v 1.43 2008-04-13 22:14:31 phintuka Exp $ * */ @@ -337,6 +337,10 @@ class config_t { int remote_rtp_always_on; int remote_rtp_sap; + // Advanced settings + int live_mode_sync; /* Sync SCR to transponder clock in live mode */ + int scr_tunning; /* Fine-tune xine egine SCR (to sync video to graphics output) */ + int scr_hz; /* Current SCR speed (Hz), default is 90000 */ config_t(); |