summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 490a71d3..089a1251 100644
--- a/config.h
+++ b/config.h
@@ -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;