summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-01-19 08:13:35 +0000
committerphintuka <phintuka>2012-01-19 08:13:35 +0000
commit68a26d349adc62be08d47351c8f567757c7daf9c (patch)
treeaf002de52f107de81ed23b92807254f13059cf79
parent8eaa307a53a102ef005a859383031895287496d1 (diff)
downloadxineliboutput-68a26d349adc62be08d47351c8f567757c7daf9c.tar.gz
xineliboutput-68a26d349adc62be08d47351c8f567757c7daf9c.tar.bz2
Added .smi to subtitle file extensions
-rw-r--r--config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.c b/config.c
index 79543b4e..8f4ec7c4 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.107 2012-01-16 11:57:53 phintuka Exp $
+ * $Id: config.c,v 1.108 2012-01-19 08:13:35 phintuka Exp $
*
*/
@@ -211,8 +211,8 @@ const char * const config_t::s_subtitleSizes[ SUBTITLESIZE_count+1 ] = {
};
const char * const config_t::s_subExts[] = {
- ".sub", ".srt", ".txt", ".ssa", "ass",
- ".SUB", ".SRT", ".TXT", ".SSA", "ASS",
+ ".sub", ".srt", ".txt", ".ssa", "ass", "smi",
+ ".SUB", ".SRT", ".TXT", ".SSA", "ASS", "SMI",
NULL
};