]> git.sesse.net Git - vlc/commitdiff
* autodetect .idx files for vobsub autodetection
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 1 Oct 2004 09:37:22 +0000 (09:37 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 1 Oct 2004 09:37:22 +0000 (09:37 +0000)
src/input/subtitles.c

index 7c15ae283f4245484f1b920d6812b8103e7fb005..4eff22609131cef02085b2f59ab025fc3bfe9812 100644 (file)
@@ -57,7 +57,7 @@
 /**
  * The possible extentions for subtitle files we support
  */
-static const char * sub_exts[] = {  "utf", "utf8", "utf-8", "sub", "srt", "smi", "txt", "ssa", NULL};
+static const char * sub_exts[] = {  "utf", "utf8", "utf-8", "sub", "srt", "smi", "txt", "ssa", "idx", NULL};
 /* extensions from unsupported types */
 /* rt, aqt, jss, js, ass */