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
1 changed files with 1 additions and 1 deletions

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