From 5dc69537d5a2ad66dff6255b5c221f247a7da8d6 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 24 Oct 2002 22:48:25 +0000 Subject: file extensions seperated by spaces CVS patchset: 2992 CVS date: 2002/10/24 22:48:25 --- src/demuxers/demux_film.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_film.c') diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c index 415605c62..28d9af15e 100644 --- a/src/demuxers/demux_film.c +++ b/src/demuxers/demux_film.c @@ -21,7 +21,7 @@ * For more information on the FILM file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_film.c,v 1.36 2002/10/23 10:46:37 jkeil Exp $ + * $Id: demux_film.c,v 1.37 2002/10/24 22:48:25 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -844,7 +844,7 @@ static char *get_identifier (demux_class_t *this_gen) { } static char *get_extensions (demux_class_t *this_gen) { - return "cpk,cak,film"; + return "cpk cak film"; } static char *get_mimetypes (demux_class_t *this_gen) { -- cgit v1.2.3