stream_decoder.c | 199 FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data */ member in struct:FLAC__StreamDecoderPrivate 681 FLAC__MD5Final(decoder->private_->computed_md5sum, &decoder->private_->md5context); 721 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16)) [all...] |