summaryrefslogtreecommitdiffstats
path: root/player/external_files.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-08 11:37:04 +0200
committerwm4 <wm4@nowhere>2017-08-08 11:37:04 +0200
commitfd135cf73e94dafd5384bae107aa805f2f21380d (patch)
tree4cc9d6570660230a0d12a637d30f3b6b47249b64 /player/external_files.c
parent12cafdc8685c0d6c7a534a0f22c5c96e5f67f14d (diff)
downloadmpv-fd135cf73e94dafd5384bae107aa805f2f21380d.tar.bz2
mpv-fd135cf73e94dafd5384bae107aa805f2f21380d.tar.xz
player: readd smi subtitle extension
Fixes #4626. Previously removed because the original smi entry was added by someone who did not agree to LGPL relicensing. I'm not sure if the original change was copyrightable, but this commit for sure does not fall under that author's copyright.
Diffstat (limited to 'player/external_files.c')
-rw-r--r--player/external_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/external_files.c b/player/external_files.c
index 68d0915c6c..f55e52b637 100644
--- a/player/external_files.c
+++ b/player/external_files.c
@@ -34,7 +34,7 @@
static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub",
"srt", "rt", "ssa", "ass", "mks", "vtt",
- "sup", "scc",
+ "sup", "scc", "smi",
NULL};
static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",