summaryrefslogtreecommitdiff
path: root/include/FLAC/stream_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/FLAC/stream_decoder.h')
-rw-r--r--include/FLAC/stream_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h
index d076e5be..41b78bec 100644
--- a/include/FLAC/stream_decoder.h
+++ b/include/FLAC/stream_decoder.h
@@ -493,7 +493,7 @@ typedef struct {
* \retval FLAC__StreamDecoderReadStatus
* The callee's return status.
*/
-typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], unsigned *bytes, void *client_data);
+typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
/** Signature for the seek callback.
*