[vlc-commits] Input-Slave: remove .txt and .utf8 as auto-loaded subtitles

Jean-Baptiste Kempf git at videolan.org
Thu Dec 7 11:52:49 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec  7 11:52:21 2017 +0100| [57d6ef030183610fb18b24a54784660620d654a8] | committer: Jean-Baptiste Kempf

Input-Slave: remove .txt and .utf8 as auto-loaded subtitles

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57d6ef030183610fb18b24a54784660620d654a8
---

 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