1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

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",
"smi", "rt", "txt", "ssa", "aqt", "jss",
"js", "ass", NULL};
"js", "ass", "mks", NULL};
static bool is_sub_ext(bstr ext)
{