Commit 4d6512f5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input: No need to signal input's end to the playlist now that the playlist...

input: No need to signal input's end to the playlist now that the playlist gets an event for that one.
parent 94e3fe12
......@@ -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 */
......
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