diff options
author | phintuka <phintuka> | 2009-06-09 13:06:23 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-06-09 13:06:23 +0000 |
commit | f099ee5f45118d88480acb7d1999934eae1429fd (patch) | |
tree | 5636fbce9e67c97cbd19463d2908005cf9fdbb19 | |
parent | 13d94f3c84a1808c31fa84d4dcccdf173796af13 (diff) | |
download | xineliboutput-f099ee5f45118d88480acb7d1999934eae1429fd.tar.gz xineliboutput-f099ee5f45118d88480acb7d1999934eae1429fd.tar.bz2 |
Merge from trunk:
tunning -> tuning
-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.46.2.3 2009-06-07 23:40:38 phintuka Exp $ + * $Id: config.h,v 1.46.2.4 2009-06-09 13:06:23 phintuka Exp $ * */ @@ -386,7 +386,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_... */ |