summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-14 19:45:14 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-14 19:45:14 +0100
commit934857924c40f5fc075359f8ad60bf49e4687d24 (patch)
tree94ff1c87ed4a6f90704e11212116b72db589b86c
parent88f40cf978d542151b289b4ca1ded713b6eb812a (diff)
downloadxine-lib-934857924c40f5fc075359f8ad60bf49e4687d24.tar.gz
xine-lib-934857924c40f5fc075359f8ad60bf49e4687d24.tar.bz2
Support all the extensions reported by xiph's documentation (plus ogm).
-rw-r--r--src/demuxers/demux_ogg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index 9ed39f12d..43ab3cb36 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -2155,7 +2155,7 @@ static const char *ogg_get_identifier (demux_class_t *this_gen) {
}
static const char *ogg_get_extensions (demux_class_t *this_gen) {
- return "ogg ogm spx";
+ return "ogx ogv oga ogg spx ogm";
}
static const char *ogg_get_mimetypes (demux_class_t *this_gen) {