summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-03-14 17:08:07 +0000
committerphintuka <phintuka>2007-03-14 17:08:07 +0000
commitec96f401d2dc6f0efd86bb0f0282f08dcd14bc69 (patch)
tree85c08c19c261586d3031143ad6bdac09b1c08f7e /config.h
parenta1dfac311b1d1218c2fe1ccdd2cfb6ab8129524b (diff)
downloadxineliboutput-ec96f401d2dc6f0efd86bb0f0282f08dcd14bc69.tar.gz
xineliboutput-ec96f401d2dc6f0efd86bb0f0282f08dcd14bc69.tar.bz2
Preferred SPU languages
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;