mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor changes in anticipation of release
This commit is contained in:
@@ -237,7 +237,6 @@ void OurFileDecoder::metadata_callback(const ::FLAC__StreamMetadata *metadata)
|
||||
}
|
||||
else {
|
||||
if(*our_metadata_.blocks[mc_our_block_number_] != metadata) {
|
||||
//@@@@if(!::FLAC__metadata_object_is_equal(our_metadata_.blocks[mc_our_block_number_], metadata)) {
|
||||
(void)die_("metadata block mismatch");
|
||||
error_occurred_ = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user