diff options
author | phintuka <phintuka> | 2007-05-16 09:17:17 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-05-16 09:17:17 +0000 |
commit | 556691e7a7d708fa4e0abecc771e94550fc334f4 (patch) | |
tree | 73217fd60e484bfd1bee448cb252f8a9633bd55d /config.c | |
parent | 7795f2a1d4528d77b27f0a25c1f16dad458fd1df (diff) | |
download | xineliboutput-556691e7a7d708fa4e0abecc771e94550fc334f4.tar.gz xineliboutput-556691e7a7d708fa4e0abecc771e94550fc334f4.tar.bz2 |
Added .flv file type
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") || |