Make the WAV header optional

This commit is contained in:
Julien BLACHE
2010-04-04 12:31:33 +02:00
parent e3fb8f00cf
commit 9fb7ec8e5c
3 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ int
transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted);
struct transcode_ctx *
transcode_setup(struct media_file_info *mfi, off_t *est_size);
transcode_setup(struct media_file_info *mfi, off_t *est_size, int wavhdr);
void
transcode_cleanup(struct transcode_ctx *ctx);