sub: add .sup file extension for subtitle autoloading

This commit is contained in:
wm4 2015-05-18 10:28:01 +02:00
parent f4c412a057
commit 21cb1f7075
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", "vtt", NULL};
"js", "ass", "mks", "vtt", "sup", NULL};
static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
"ogg", "m4a", "ac3", NULL};