Commit 48425dfd authored by Christophe Mutricy's avatar Christophe Mutricy

Fix stats collecting

parent cc4fd87a
......@@ -372,7 +372,7 @@ int aout_DecPlay( aout_instance_t * p_aout, aout_input_t * p_input,
{
vlc_mutex_lock( &p_input->p_input_thread->counters.counters_lock);
stats_UpdateInteger( p_aout,
p_input->p_input_thread->counters.p_lost_abuffers,
p_input->p_input_thread->counters.p_played_abuffers,
1, NULL );
vlc_mutex_unlock( &p_input->p_input_thread->counters.counters_lock);
}
......
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