Remove player metadata event timer (use the existing instead)

This commit is contained in:
ejurgensen
2015-04-11 20:30:31 +02:00
parent 0397b824a5
commit 99cda05dab
4 changed files with 22 additions and 49 deletions

View File

@@ -12,7 +12,7 @@
struct transcode_ctx;
int
transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted);
transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted, int *icy_timer);
int
transcode_seek(struct transcode_ctx *ctx, int ms);