find_subfiles: Add 'vtt' to subtitle extensions

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-02-18 17:17:30 +01:00 committed by wm4
parent 3b269ac0a0
commit aa98049877
1 changed files with 1 additions and 1 deletions

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};