From 556691e7a7d708fa4e0abecc771e94550fc334f4 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 16 May 2007 09:17:17 +0000 Subject: Added .flv file type --- config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.c b/config.c index f33b1438..9c351346 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.32 2007-04-12 22:53:36 phintuka Exp $ + * $Id: config.c,v 1.33 2007-05-16 09:17:17 phintuka Exp $ * */ @@ -167,6 +167,7 @@ bool config_t::IsVideoFile(const char *fname) !strcasecmp(pos, "xvid") || !strcasecmp(pos, "divx") || !strcasecmp(pos, "fli") || + !strcasecmp(pos, "flv") || !strcasecmp(pos, "dv") || !strcasecmp(pos, "dat") || !strcasecmp(pos, "mkv") || -- cgit v1.2.3