mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
sub: load .mks files as external subtitles
This commit is contained in:
parent
b77ac78fed
commit
e36f4b6bc1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user