mirror of https://github.com/mpv-player/mpv
mpst fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12640 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b770e503d1
commit
c664d580c2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue