Commit 88a5e04e authored by Laurent Aimar's avatar Laurent Aimar

Fixed audio played/lost statistics.

parent 52157ae3
......@@ -1226,8 +1226,6 @@ static void DecoderDecodeAudio( decoder_t *p_dec, block_t *p_block )
{
aout_instance_t *p_aout = p_owner->p_aout;
aout_input_t *p_aout_input = p_owner->p_aout_input;
int i_lost = 0;
int i_played;
if( p_dec->b_die )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment