# HG changeset patch # User alex # Date 1062617193 0 # Node ID fb66c426cd91d9b04a72ec6c3a6b2cb8755a29f0 # Parent 3ac138da8d477b1ff17292c953043d41add3949e cdda && cddb aren't uris too (hopefully all the pseudo urls are catched before url_new()) diff -r 3ac138da8d47 -r fb66c426cd91 libmpdemux/open.c --- 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) {