From e3147fe7767b0a98a472931c3fd3fddb534837c7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 9 Feb 2011 00:33:17 +0100 Subject: [PATCH] Readd txt autodetection Signed-off-by: Jean-Baptiste Kempf --- src/input/subtitles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/subtitles.c b/src/input/subtitles.c index 6d37e6b63c..94231eaed0 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", -- 2.39.5