summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/decoders/qalflacaudiodecoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoders/qalflacaudiodecoder.cpp b/src/decoders/qalflacaudiodecoder.cpp
index a272b0c..b45098b 100644
--- a/src/decoders/qalflacaudiodecoder.cpp
+++ b/src/decoders/qalflacaudiodecoder.cpp
@@ -118,6 +118,7 @@ FLAC__StreamDecoderWriteStatus
QALFlacAudioDecoder::Private::writeCallback(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame,
const FLAC__int32 *const buffer[], void *client_data)
{
+ return FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE;
}
void