From 0d2cc3cd75999059c38ec2cc20c83b985eb6d885 Mon Sep 17 00:00:00 2001 From: Claudio Ciccani Date: Mon, 22 Jan 2007 17:33:35 +0000 Subject: Added mimetype application/ogg. Use a more generic description for application/(x-)ogg mimetype (i.e. "Ogg Stream"). CVS patchset: 8542 CVS date: 2007/01/22 17:33:35 --- src/demuxers/demux_ogg.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c index 0911e7618..a042bc7ec 100644 --- a/src/demuxers/demux_ogg.c +++ b/src/demuxers/demux_ogg.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_ogg.c,v 1.172 2007/01/19 00:26:40 dgp85 Exp $ + * $Id: demux_ogg.c,v 1.173 2007/01/22 17:33:35 klan Exp $ * * demultiplexer for ogg streams * @@ -2155,7 +2155,8 @@ static const char *ogg_get_extensions (demux_class_t *this_gen) { static const char *ogg_get_mimetypes (demux_class_t *this_gen) { return "audio/x-ogg: ogg: OggVorbis Audio;" "audio/x-speex: ogg: Speex Audio;" - "application/x-ogg: ogg: OggVorbis Audio;"; + "application/x-ogg: ogg: Ogg Stream;" + "application/ogg: ogg: Ogg Stream;"; } static void ogg_class_dispose (demux_class_t *this_gen) { -- cgit v1.2.3