mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
sub: load .mks files as external subtitles
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user