summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 15:19:11 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 15:19:11 +0000
commitc664d580c2df44fac8b76bf668648e6df1fd2218 (patch)
treeb4a6f31bff4b8b34074c142ad64160ac0a19304f /libmpdemux
parentb770e503d1ef8ef14b5a10207dd47deed5bcb8f6 (diff)
downloadmpv-c664d580c2df44fac8b76bf668648e6df1fd2218.tar.bz2
mpv-c664d580c2df44fac8b76bf668648e6df1fd2218.tar.xz
mpst fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12640 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/open.c b/libmpdemux/open.c
index fd5803d365..064f5616d3 100644
--- a/libmpdemux/open.c
+++ b/libmpdemux/open.c
@@ -484,6 +484,7 @@ if(strncmp("dvd://",filename,6) == 0){
if (strncmp("tv://", filename, 5) && strncmp("mf://", filename, 5) &&
strncmp("vcd://", filename, 6) && strncmp("dvb://", filename, 6) &&
strncmp("cdda://", filename, 7) && strncmp("cddb://", filename, 7) &&
+ strncmp("mpst://", filename, 7) &&
strstr(filename, "://")) {
url = url_new(filename);
}