]> git.sesse.net Git - vlc/commit
xspf writer: do percent encoding on more characters when we have a file:// URI.
authorRafaël Carré <funman@videolan.org>
Thu, 18 Oct 2007 16:22:35 +0000 (16:22 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 18 Oct 2007 16:22:35 +0000 (16:22 +0000)
commitfc5954abbb4cb84a170ff960e88f90a60a4d1794
treee39267869187bbe77841502c48bc2057b5c945ee
parent50768f14bac49cf760db693283eace69e0b60450
xspf writer: do percent encoding on more characters when we have a file:// URI.
We don't do that on other URIs because those characters may be used as delimiters, and must not be percent encoded.

Now produces valid XSPF-1 files.
modules/misc/playlist/xspf.c