summaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-18 10:28:01 +0200
committerwm4 <wm4@nowhere>2015-05-18 10:28:01 +0200
commit21cb1f70752705a28750df10b873e9f6af6efc2e (patch)
tree15f8e0ff38033d12caf151df7ee0bd400ab8aa34 /sub
parentf4c412a0578d7448640eb8000876196f51299f13 (diff)
downloadmpv-21cb1f70752705a28750df10b873e9f6af6efc2e.tar.bz2
mpv-21cb1f70752705a28750df10b873e9f6af6efc2e.tar.xz
sub: add .sup file extension for subtitle autoloading
Diffstat (limited to 'sub')
-rw-r--r--sub/find_subfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/find_subfiles.c b/sub/find_subfiles.c
index bdeef0fadc..d016b1f625 100644
--- a/sub/find_subfiles.c
+++ b/sub/find_subfiles.c
@@ -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};