Mercurial > mplayer.hg
changeset 10807:fb66c426cd91
cdda && cddb aren't uris too (hopefully all the pseudo urls are catched before url_new())
author | alex |
---|---|
date | Wed, 03 Sep 2003 19:26:33 +0000 |
parents | 3ac138da8d47 |
children | 9883dfced49c |
files | libmpdemux/open.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/open.c Wed Sep 03 11:13:12 2003 +0000 +++ b/libmpdemux/open.c Wed Sep 03 19:26:33 2003 +0000 @@ -478,6 +478,7 @@ // 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) {