sub: load .mks files as external subtitles

This commit is contained in:
wm4
2014-11-06 00:18:58 +01:00
parent b77ac78fed
commit e36f4b6bc1

View File

@@ -16,7 +16,7 @@
static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "srt", static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "srt",
"smi", "rt", "txt", "ssa", "aqt", "jss", "smi", "rt", "txt", "ssa", "aqt", "jss",
"js", "ass", NULL}; "js", "ass", "mks", NULL};
static bool is_sub_ext(bstr ext) static bool is_sub_ext(bstr ext)
{ {