summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/combined/xine_ogg_demuxer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_ogg_demuxer.c b/src/combined/xine_ogg_demuxer.c
index d8fae78f7..c8cc93f86 100644
--- a/src/combined/xine_ogg_demuxer.c
+++ b/src/combined/xine_ogg_demuxer.c
@@ -2217,7 +2217,7 @@ static void *ogg_init_class (xine_t *xine, void *data) {
"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;";
this->demux_class.extensions = "ogx ogv oga ogg spx ogm";
this->demux_class.dispose = default_demux_class_dispose;