]> git.sesse.net Git - vlc/commit
Cleanup MRL parsing as agreed half a year ago.
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 10 Feb 2008 09:53:23 +0000 (09:53 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 10 Feb 2008 09:53:23 +0000 (09:53 +0000)
commit3dcf9afa36e3c0e0c1dd5954ec31fdf56f811323
tree57f67e1af44bd42a73193fdc90c1496e3a9bb51f
parent683bc3d462cb6c12f7df368be50d1d257f56d20b
Cleanup MRL parsing as agreed half a year ago.
This fixes opening file names with colons which some users,
at the expense of requiring "://" to separate the access from the path.
As such udp:@12.34.56.87 won't work anymore, use udp://@12.34.56.87 instead.
src/input/input.c