diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 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.54 2008-11-01 07:23:00 phintuka Exp $ + * $Id: config.h,v 1.55 2008-11-10 20:10:33 phintuka Exp $ * */ @@ -381,7 +381,7 @@ class config_t { // 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_tuning; /* Fine-tune xine egine SCR (to sync video to graphics output) */ int scr_hz; /* Current SCR speed (Hz), default is 90000 */ int decoder_mpeg2; /* DECODER_MPEG2_... */ |