summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-06 19:28:32 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-06 19:28:32 +0100
commit1397c2baedd7a1f4a203c4a1ce14d8a46ba5d523 (patch)
tree3d90189dd73af9ca3da38008d6b22883e92b7108 /src
parent1263a3ae411fe768568092ed755d08794d8f6b93 (diff)
downloadxine-lib-1397c2baedd7a1f4a203c4a1ce14d8a46ba5d523.tar.gz
xine-lib-1397c2baedd7a1f4a203c4a1ce14d8a46ba5d523.tar.bz2
Add some newer Ogg MIME types.
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_ogg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index 175d61cd8..33c262793 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -2166,6 +2166,9 @@ static const char *ogg_get_extensions (demux_class_t *this_gen) {
static const char *ogg_get_mimetypes (demux_class_t *this_gen) {
return "application/ogg: ogx: Ogg Stream;"
"application/x-ogg: ogx: Ogg Stream;"
+ "application/x-ogm: ogx: Ogg Stream;"
+ "application/x-ogm-audio: oga: Ogg Audio;"
+ "application/x-ogm-video: ogv: Ogg Video;"
"audio/ogg: oga: Ogg Audio;"
"audio/x-ogg: oga: Ogg Audio;"
"video/ogg: ogv: Ogg Video;"