1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 14:17:46 +00:00

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.
This commit is contained in:
wm4 2017-08-08 11:37:04 +02:00
parent 12cafdc868
commit fd135cf73e

View File

@ -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",