]> git.sesse.net Git - vlc/blobdiff - src/playlist/playlist.c
Misc stats work (Refs:#473)
[vlc] / src / playlist / playlist.c
index eb901a1c425ad2218c955344caf357a073bf49bd..00567988abc5d150343e080397ed1682278c0f41 100644 (file)
@@ -618,6 +618,9 @@ static void RunThread ( playlist_t *p_playlist )
         /* If there is an input, check that it doesn't need to die. */
         if( p_playlist->p_input )
         {
+            stats_ComputeInputStats( p_playlist->p_input,
+                                  p_playlist->p_input->input.p_item->p_stats );
+
             /* This input is dead. Remove it ! */
             if( p_playlist->p_input->b_dead )
             {