From 048dda9449a38ae32d30e7a35f9c52bd542773b4 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Wed, 7 Dec 2011 19:21:45 +0200 Subject: Just return from the writeCallback for the time being inside the flac decoder --- src/decoders/qalflacaudiodecoder.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3