X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ce6c36be6c2df99afd01a7a602debb321322e113..b0b15b7ced28b3c6ddfcd4b0a7e46ee6432a243c:/lib/wav.c diff --git a/lib/wav.c b/lib/wav.c index 4197068..d0f3acf 100644 --- a/lib/wav.c +++ b/lib/wav.c @@ -103,13 +103,11 @@ * orderings of different channels. */ -#include -#include "types.h" +#include "common.h" #include #include #include -#include #include "log.h" #include "wav.h" @@ -211,7 +209,9 @@ void wav_destroy(struct wavfile *f) { } /** @brief Visit all the data in a WAV file + * @param f WAV file handle * @param callback Called for successive blocks of data + * @param u User data * * @p callback will only ever be passed whole frames. */