]> git.sesse.net Git - vlc/commitdiff
input: No need to signal input's end to the playlist now that the playlist gets an...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 13:14:04 +0000 (15:14 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 13:16:53 +0000 (15:16 +0200)
src/input/input.c

index d23a746d3d550db315e4f3172b3b3315c641ece1..ededd97373f83ff35c2be0d11d8c39a579dc2308 100644 (file)
@@ -534,7 +534,6 @@ static int Run( input_thread_t *p_input )
         /* We have finished */
         p_input->b_eof = true;
         input_ChangeState( p_input, END_S );
-        playlist_Signal( libvlc_priv (p_input->p_libvlc)->p_playlist );
     }
 
     /* Wait until we are asked to die */