0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
alex 2003-09-03 19:26:33 +00:00
parent e06c05bb33
commit e7b04943ad

View File

@ -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) {