summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.c b/config.c
index c82974b7..1d692ae6 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c,v 1.25 2007-03-14 11:29:11 phintuka Exp $
+ * $Id: config.c,v 1.26 2007-03-14 13:55:04 phintuka Exp $
*
*/
@@ -84,6 +84,10 @@ const char *config_t::s_speakerArrangements[] =
"Surround 6.1", "Surround 7.1", "Pass Through",
NULL};
+const char *config_t::s_subExts[] = {".sub", ".srt", ".txt", ".ssa",
+ ".SUB", ".SRT", ".TXT", ".SSA",
+ NULL};
+
static char *strcatrealloc(char *dest, const char *src)
{
if (!src || !*src)