Some cleaning up of ICY artwork retrieval

This commit is contained in:
ejurgensen
2015-04-09 22:22:42 +02:00
parent 94f94b03fe
commit e72447954a
5 changed files with 35 additions and 22 deletions

View File

@@ -30,6 +30,6 @@ void
transcode_metadata(struct transcode_ctx *ctx, struct http_icy_metadata **metadata, int *changed);
void
transcode_metadata_artwork_url(struct transcode_ctx *ctx, char **artwork_url, char *stream_url);
transcode_metadata_artwork_url(struct transcode_ctx *ctx, char **artwork_url);
#endif /* !__TRANSCODE_H__ */