]> git.sesse.net Git - vlc/commitdiff
Fix stats collecting
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 8 Jul 2006 19:11:05 +0000 (19:11 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 8 Jul 2006 19:11:05 +0000 (19:11 +0000)
src/audio_output/dec.c

index 8dd41bed0f7a1e5ef43b12e657657ff7b658fdec..65eed6fa5cead313f2176a24f137cbf50126ea9a 100644 (file)
@@ -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);
     }