mirror of https://github.com/mpv-player/mpv
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:
parent
12cafdc868
commit
fd135cf73e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue