diff options
| author | phintuka <phintuka> | 2012-01-19 08:13:35 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-01-19 08:13:35 +0000 |
| commit | 68a26d349adc62be08d47351c8f567757c7daf9c (patch) | |
| tree | af002de52f107de81ed23b92807254f13059cf79 | |
| parent | 8eaa307a53a102ef005a859383031895287496d1 (diff) | |
| download | xineliboutput-68a26d349adc62be08d47351c8f567757c7daf9c.tar.gz xineliboutput-68a26d349adc62be08d47351c8f567757c7daf9c.tar.bz2 | |
Added .smi to subtitle file extensions
| -rw-r--r-- | config.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 }; |
