summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaudio Ciccani <klan@users.sourceforge.net>2007-01-22 17:33:35 +0000
committerClaudio Ciccani <klan@users.sourceforge.net>2007-01-22 17:33:35 +0000
commit0d2cc3cd75999059c38ec2cc20c83b985eb6d885 (patch)
tree3b40e839785655d97c34646bc6a15f6aa6e54510 /src
parent0f18a567e67670983681f2a6ae66ea6c3c42b942 (diff)
downloadxine-lib-0d2cc3cd75999059c38ec2cc20c83b985eb6d885.tar.gz
xine-lib-0d2cc3cd75999059c38ec2cc20c83b985eb6d885.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_ogg.c5
1 files changed, 3 insertions, 2 deletions
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) {