diff options
author | phintuka <phintuka> | 2007-03-14 13:55:04 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-14 13:55:04 +0000 |
commit | 57615da490a22d5053e94a097fb808b917cbe783 (patch) | |
tree | ca0edcb3d7c4364095c2e3a44cf42ce6e7720978 /config.h | |
parent | db2efc0df509bf258781d6ae5869e45ec979f4b8 (diff) | |
download | xineliboutput-57615da490a22d5053e94a097fb808b917cbe783.tar.gz xineliboutput-57615da490a22d5053e94a097fb808b917cbe783.tar.bz2 |
File extensions for separate subtitles
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 3 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.16 2007-01-24 04:29:03 phintuka Exp $ + * $Id: config.h,v 1.17 2007-03-14 13:55:04 phintuka Exp $ * */ @@ -167,6 +167,8 @@ class config_t { static const char *s_audioVisualizationNames[]; static const char *s_speakerArrangements[]; + static const char *s_subExts[]; + public: char video_driver[32]; char video_port[32]; // X11: DISPLAY=... |