From a56407fcb790368b2b0921ad3181edcf7c5af63e Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 18 Aug 2006 02:24:56 +0000 Subject: More file types (Petri Helin) --- config.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index dd575cad..c80eb1f8 100644 --- a/config.c +++ b/config.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.c,v 1.4 2006-08-17 18:56:03 phintuka Exp $ + * $Id: config.c,v 1.5 2006-08-18 02:24:56 phintuka Exp $ * */ @@ -99,6 +99,9 @@ bool config_t::IsVideoFile(const char *fname) !strcasecmp(pos, ".mp4") || !strcasecmp(pos, ".asf") || !strcasecmp(pos, ".flac") || + !strcasecmp(pos, ".ts") || + !strcasecmp(pos, ".xvid") || + !strcasecmp(pos, ".divx") || !strcasecmp(pos, ".m3u") || !strcasecmp(pos, ".ram")) return true; -- cgit v1.2.3