diff options
author | phintuka <phintuka> | 2007-03-14 17:08:07 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-14 17:08:07 +0000 |
commit | ec96f401d2dc6f0efd86bb0f0282f08dcd14bc69 (patch) | |
tree | 85c08c19c261586d3031143ad6bdac09b1c08f7e /config.h | |
parent | a1dfac311b1d1218c2fe1ccdd2cfb6ab8129524b (diff) | |
download | xineliboutput-ec96f401d2dc6f0efd86bb0f0282f08dcd14bc69.tar.gz xineliboutput-ec96f401d2dc6f0efd86bb0f0282f08dcd14bc69.tar.bz2 |
Preferred SPU languages
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; |