You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
413 B
12 lines
413 B
10 years ago
|
--- a/akode/plugins/xiph_decoder/flac113_decoder.cpp
|
||
|
+++ b/akode/plugins/xiph_decoder/flac113_decoder.cpp
|
||
|
@@ -108,7 +108,7 @@
|
||
|
static FLAC__StreamDecoderReadStatus flac_read_callback(
|
||
|
const FLAC__StreamDecoder *,
|
||
|
FLAC__byte buffer[],
|
||
|
- unsigned *bytes,
|
||
|
+ size_t *bytes,
|
||
|
void *client_data)
|
||
|
{
|
||
|
FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
|