diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/combined/xine_ogg_demuxer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_ogg_demuxer.c b/src/combined/xine_ogg_demuxer.c index f5a1e5306..e0610f5ca 100644 --- a/src/combined/xine_ogg_demuxer.c +++ b/src/combined/xine_ogg_demuxer.c @@ -2103,7 +2103,7 @@ static void *ogg_init_class (xine_t *xine, void *data) { this->demux_class.mimetypes = "application/ogg: ogx: Ogg Stream;" "audio/ogg: oga: Ogg Audio;" - "video/ogg: ogv: Ogg Video;" + "video/ogg: ogv: Ogg Video;"; this->demux_class.extensions = "ogx ogv oga ogg spx ogm"; this->demux_class.dispose = default_demux_class_dispose; |