Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 851:712df386597e trunk
[svn] - add support for mseek.
- fix inaccurate seek position calculation. this bug prevented tta working with cuesheet.
- move to GThread API and make use of GCond signaling.
author | yaz |
---|---|
date | Wed, 14 Mar 2007 03:16:45 -0700 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);