[vlc-commits] Input-Slave: remove .txt and .utf8 as auto-loaded subtitles
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 7 23:25:51 CET 2017
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 7 11:52:21 2017 +0100| [21829bfd5dd07c29352bf4cc478310d358e182ad] | committer: Jean-Baptiste Kempf
Input-Slave: remove .txt and .utf8 as auto-loaded subtitles
(cherry picked from commit 57d6ef030183610fb18b24a54784660620d654a8)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=21829bfd5dd07c29352bf4cc478310d358e182ad
---
include/vlc_input_item.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index 89b6324275..deee97692a 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -161,8 +161,7 @@ enum slave_priority
"psb", "rt", "sbv", \
"scc", "smi", "srt", \
"ssa", "stl", "sub", \
- "ttml", "txt", "usf", \
- "utf", "utf-8", "utf8", \
+ "ttml", "tt", "usf", \
"vtt", "webvtt"
#define SLAVE_AUDIO_EXTENSIONS \
More information about the vlc-commits
mailing list