mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 01:04:54 +00:00
packet counter: remoed unneeded packet store
Not needed to store separately "current" buffer packets since it is already stored in cumulative, it is just needed to store the current buffer number.
This commit is contained in:
@@ -325,7 +325,6 @@ audio_codec_decompress(struct audio_codec_state *s, audio_frame2 *frame,
|
||||
nonzero_channels += 1;
|
||||
}
|
||||
}
|
||||
packet_counter_clear_current_frame(counter);
|
||||
|
||||
if (nonzero_channels != frame->get_channel_count()) {
|
||||
log_msg(LOG_LEVEL_WARNING,
|
||||
|
||||
Reference in New Issue
Block a user