Skip to content

Commit

Permalink
Removed noisy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sub3 authored Nov 7, 2023
1 parent 083d843 commit fd71d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/stream_out/bargraph.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ static int decoder_queue_audio( decoder_t * p_dec, block_t * block_in)
//don't leak is nobody is consuming the fifo
if ( vlc_fifo_GetCount(data->p_fifo) > 100 )
{
msg_Dbg(p_dec, "Drop peak data");
block_t* block_tmp = vlc_fifo_DequeueUnlocked(data->p_fifo);
block_Release(block_tmp);
}
Expand Down

0 comments on commit fd71d68

Please sign in to comment.