diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 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.17 2007-03-14 13:55:04 phintuka Exp $ + * $Id: config.h,v 1.18 2007-03-14 17:08:07 phintuka Exp $ * */ @@ -204,6 +204,9 @@ class config_t { int alpha_correction; int alpha_correction_abs; + int spu_autoshow; + char spu_lang[4][4]; + char local_frontend[64]; char modeline[64]; int fullscreen; |