]> git.sesse.net Git - vlc/commit
Assume input_item_t->psz_uri contains an URI
authorRafaël Carré <rafael.carre@gmail.com>
Tue, 23 Jun 2009 19:27:42 +0000 (21:27 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Tue, 23 Jun 2009 19:32:20 +0000 (21:32 +0200)
commit33ec1713358d3dd48249003cd2c29eff23683a31
treec25a003fdde9721e8fc36d7c4cf62a1291285ba8
parentc4dcc7a5a6763e08f641227270ca040192e44af0
Assume input_item_t->psz_uri contains an URI

, like the name indicates.
Pass unmodified URIs from xspf to vlc, and stores them in xspf
unmodified as well

This commit partly reverts [9a746cfa3078c53eed57d2102002b39c283c6ab4]
Code using psz_uri should be checked for consistency, and GUIs might want to decode components at display
modules/demux/playlist/xspf.c
modules/misc/playlist/xspf.c