diff options
author | phintuka <phintuka> | 2006-08-18 02:24:56 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-18 02:24:56 +0000 |
commit | a56407fcb790368b2b0921ad3181edcf7c5af63e (patch) | |
tree | 1a73f970046b78082cdc951231c35a5993c8ad7f | |
parent | dc748f3084d1992787e6e11a7b560c2c3d34b84f (diff) | |
download | xineliboutput-a56407fcb790368b2b0921ad3181edcf7c5af63e.tar.gz xineliboutput-a56407fcb790368b2b0921ad3181edcf7c5af63e.tar.bz2 |
More file types (Petri Helin)
-rw-r--r-- | config.c | 5 |
1 files changed, 4 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.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; |