mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor syntax
This commit is contained in:
@@ -345,7 +345,7 @@ FLAC_API void FLAC__stream_decoder_delete(FLAC__StreamDecoder *decoder)
|
||||
FLAC__ASSERT(0 != decoder->private_);
|
||||
FLAC__ASSERT(0 != decoder->private_->input);
|
||||
|
||||
FLAC__stream_decoder_finish(decoder);
|
||||
(void)FLAC__stream_decoder_finish(decoder);
|
||||
|
||||
if(0 != decoder->private_->metadata_filter_ids)
|
||||
free(decoder->private_->metadata_filter_ids);
|
||||
@@ -1013,7 +1013,7 @@ FLAC_API FLAC__bool FLAC__stream_decoder_reset(FLAC__StreamDecoder *decoder)
|
||||
/* We initialize the FLAC__MD5Context even though we may never use it. This
|
||||
* is because md5 checking may be turned on to start and then turned off if
|
||||
* a seek occurs. So we init the context here and finalize it in
|
||||
* FLAC__seekable_stream_decoder_finish() to make sure things are always
|
||||
* FLAC__stream_decoder_finish() to make sure things are always
|
||||
* cleaned up properly.
|
||||
*/
|
||||
FLAC__MD5Init(&decoder->private_->md5context);
|
||||
|
||||
Reference in New Issue
Block a user