forked from len0rd/rockbox
Fix red build with a comment for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e3e957810
commit
fb30e720e2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ FLAC__StreamDecoderWriteStatus flac_write_handler(const FLAC__SeekableStreamDeco
|
||||||
|
|
||||||
if (samples*frame->header.channels > (FLAC_MAX_SUPPORTED_BLOCKSIZE*FLAC_MAX_SUPPORTED_CHANNELS)) {
|
if (samples*frame->header.channels > (FLAC_MAX_SUPPORTED_BLOCKSIZE*FLAC_MAX_SUPPORTED_CHANNELS)) {
|
||||||
// ERROR!!!
|
// ERROR!!!
|
||||||
DEBUGF("ERROR: samples*frame->header.channels=%d\n",samples*frame->header.channels);
|
// DEBUGF("ERROR: samples*frame->header.channels=%d\n",samples*frame->header.channels);
|
||||||
return FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE;
|
return FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue