summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-18 17:01:33 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-18 17:01:33 +0000
commitac983bbadbd6b518539390fa3608eaf102e6a2b1 (patch)
treebf6c814c04eeae82c83825484ae5d701b7685331
parent92325b7f17bc96da46dda3445c9f9facec17a485 (diff)
downloadxine-lib-ac983bbadbd6b518539390fa3608eaf102e6a2b1.tar.gz
xine-lib-ac983bbadbd6b518539390fa3608eaf102e6a2b1.tar.bz2
Allow vdr/netvdr MRLs to work without requiring #demux:mpeg_pes.
(This doesn't work with detection by content.)
-rw-r--r--src/demuxers/demux_mpeg_pes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_mpeg_pes.c b/src/demuxers/demux_mpeg_pes.c
index 1ec5b8365..d47c1ed01 100644
--- a/src/demuxers/demux_mpeg_pes.c
+++ b/src/demuxers/demux_mpeg_pes.c
@@ -1754,7 +1754,7 @@ static void *init_plugin (xine_t *xine, void *data) {
this->demux_class.description = N_("mpeg pes demux plugin");
this->demux_class.identifier = "MPEG_PES";
this->demux_class.mimetypes = NULL;
- this->demux_class.extensions = "pes";
+ this->demux_class.extensions = "pes vdr:/ netvdr:/";
this->demux_class.dispose = default_demux_class_dispose;
return this;