[file/http/input] Implement metadata handling through input interface

This commit is contained in:
ejurgensen
2017-01-22 23:23:18 +01:00
parent 0b9b008a1a
commit 8b5cac0538
3 changed files with 51 additions and 34 deletions

View File

@@ -100,7 +100,4 @@ transcode_seek(struct transcode_ctx *ctx, int ms);
struct http_icy_metadata *
transcode_metadata(struct transcode_ctx *ctx, int *changed);
char *
transcode_metadata_artwork_url(struct transcode_ctx *ctx);
#endif /* !__TRANSCODE_H__ */