mirror of https://github.com/mpv-player/mpv
cdda && cddb aren't uris too (hopefully all the pseudo urls are catched before url_new())
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10808 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e06c05bb33
commit
e7b04943ad
|
@ -478,6 +478,7 @@ if(strncmp("dvd://",filename,6) == 0){
|
|||
// FIXME: to avoid nonsense error messages...
|
||||
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) &&
|
||||
strstr(filename, "://"))
|
||||
url = url_new(filename);
|
||||
if(url) {
|
||||
|
|
Loading…
Reference in New Issue