summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_ogg.c')
-rw-r--r--src/demuxers/demux_ogg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index 82eefdf75..dc867e5f1 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -2122,7 +2122,7 @@ static const char *anx_get_mimetypes (demux_class_t *this_gen) {
"application/x-annodex: anx: Annodex media;"
"audio/annodex: axa: Annodex audio;"
"audio/x-annodex: axa: Annodex audio;"
- "video/annodex: axv: Annodex video;";
+ "video/annodex: axv: Annodex video;"
"video/x-annodex: axv: Annodex video;";
}
@@ -2168,7 +2168,7 @@ static const char *ogg_get_mimetypes (demux_class_t *this_gen) {
"application/x-ogg: ogx: Ogg Stream;"
"audio/ogg: oga: Ogg Audio;"
"audio/x-ogg: oga: Ogg Audio;"
- "video/ogg: ogv: Ogg Video;";
+ "video/ogg: ogv: Ogg Video;"
"video/x-ogg: ogv: Ogg Video;";
}