mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
slow down stats printing
This commit is contained in:
@@ -349,7 +349,7 @@ FLAC__StreamDecoderWriteStatus write_callback(const FLAC__FileDecoder *decoder,
|
|||||||
stream_info->samples_processed += wide_samples;
|
stream_info->samples_processed += wide_samples;
|
||||||
stream_info->frame_counter++;
|
stream_info->frame_counter++;
|
||||||
|
|
||||||
if(stream_info->verbose && !(stream_info->frame_counter & 0x1f))
|
if(stream_info->verbose && !(stream_info->frame_counter & 0x7f))
|
||||||
print_stats(stream_info);
|
print_stats(stream_info);
|
||||||
|
|
||||||
if(stream_info->analysis_mode) {
|
if(stream_info->analysis_mode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user