1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-02 21:21:33 +00:00

find_subfiles: Add 'vtt' to subtitle extensions

(cherry picked from commit aa98049877)
This commit is contained in:
Jaime Marquínez Ferrándiz 2015-02-18 17:17:30 +01:00 committed by Diogo Franco (Kovensky)
parent 1b5f127cb0
commit be42f4c212

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", "mks", NULL};
"js", "ass", "mks", "vtt", NULL};
static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
"ogg", "m4a", NULL};