From 6f0c6b7321c2174032d55456e0d824b8ce4c83b5 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 13 Nov 2002 03:47:51 +0000 Subject: another mime-type CVS patchset: 3257 CVS date: 2002/11/13 03:47:51 --- src/demuxers/demux_asf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index ce1d020ad..5a849ded3 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_asf.c,v 1.77 2002/11/09 23:22:32 guenter Exp $ + * $Id: demux_asf.c,v 1.78 2002/11/13 03:47:51 guenter Exp $ * * demultiplexer for asf streams * @@ -1402,7 +1402,8 @@ static char *get_extensions (demux_class_t *this_gen) { static char *get_mimetypes (demux_class_t *this_gen) { return "video/x-ms-asf: asf: ASF animation;" - "video/x-ms-wmv: wmv: WMV animation;"; + "video/x-ms-wmv: wmv: WMV animation;" + "application/vnd.ms-asf: asf: ASF animation;"; } static void class_dispose (demux_class_t *this_gen) { -- cgit v1.2.3