summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2011-12-07 19:21:45 +0200
committerLaszlo Papp <ext-laszlo.papp@nokia.com>2011-12-07 19:21:45 +0200
commit048dda9449a38ae32d30e7a35f9c52bd542773b4 (patch)
treef643483f516b3a549c5576f97297343c95a661b2
parent44f48b8fcd7c1f234050a4fe8bc599498eab9afe (diff)
Just return from the writeCallback for the time being inside the flac decoder
-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