diff options
author | phintuka <phintuka> | 2008-02-20 03:25:11 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-02-20 03:25:11 +0000 |
commit | 4e87a0356ad31490e1995d2704d389cca5b28d02 (patch) | |
tree | 1b0c8a014c7b634953cf2688ed5cf4a9264db9b3 /config.h | |
parent | 4be43f2df04ff473138cf07418af245247be1d36 (diff) | |
download | xineliboutput-4e87a0356ad31490e1995d2704d389cca5b28d02.tar.gz xineliboutput-4e87a0356ad31490e1995d2704d389cca5b28d02.tar.bz2 |
vdr-1.5.15 subtitle track seletion replaces our own one
-> removed preferred SPU languages
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 5 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.36 2008-02-19 02:59:46 phintuka Exp $ + * $Id: config.h,v 1.37 2008-02-20 03:25:11 phintuka Exp $ * */ @@ -14,6 +14,8 @@ #include <string.h> #include <stdint.h> +#include <vdr/config.h> + // Decoder buffer size #define PES_BUFFERS_CUSTOM 0 #define PES_BUFFERS_TINY_50 1 @@ -241,8 +243,10 @@ class config_t { int extsub_size; /* size of separate subtitles ( -1 = xine default ; 0...6 = { tiny small normal large very large huge } */ // Media player +#if VDRVERSNUM < 10515 int spu_autoshow; // Preferred SPU language(s) for media player char spu_lang[4][4]; +#endif char browse_files_dir[4096]; char browse_music_dir[4096]; char browse_images_dir[4096]; |