Add seek support to transcode

This commit is contained in:
Julien BLACHE
2010-04-04 12:34:28 +02:00
parent 9fb7ec8e5c
commit 17daace67f
2 changed files with 78 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ struct transcode_ctx;
int
transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted);
int
transcode_seek(struct transcode_ctx *ctx, int ms);
struct transcode_ctx *
transcode_setup(struct media_file_info *mfi, off_t *est_size, int wavhdr);