Commit 9f777cc6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Subtitles: remove .txt for autodetection

This lead to way too many false positive and complaints when VLC tried
to open a .txt file that had nothing to do with a subtitle
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 2afaacab847a7081f841cfd1c0dc3193c9e3e5bf)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d79c2ea8
......@@ -61,7 +61,7 @@ static const char const sub_exts[][6] = {
"idx", "sub", "srt",
"ssa", "ass", "smi",
"utf", "utf8", "utf-8",
"txt", "rt", "aqt",
"rt", "aqt",
"usf", "jss", "cdg",
"psb", "mpsub","mpl2",
"pjs", "dks",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment