[vlc-commits] Readd txt autodetection

Jean-Baptiste Kempf git at videolan.org
Thu Feb 10 20:05:08 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb  9 00:33:17 2011 +0100| [e3147fe7767b0a98a472931c3fd3fddb534837c7] | committer: Jean-Baptiste Kempf

Readd txt autodetection

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/input/subtitles.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/subtitles.c b/src/input/subtitles.c
index 6d37e6b6..94231ea 100644
--- a/src/input/subtitles.c
+++ b/src/input/subtitles.c
@@ -57,7 +57,7 @@ static const char const sub_exts[][6] = {
     "idx", "sub",  "srt",
     "ssa", "ass",  "smi",
     "utf", "utf8", "utf-8",
-    "rt",   "aqt",
+    "rt",   "aqt", "txt",
     "usf", "jss",  "cdg",
     "psb", "mpsub","mpl2",
     "pjs", "dks",



More information about the vlc-commits mailing list