Commit 67541262 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(

parent 82f53048
......@@ -1292,6 +1292,8 @@ static void SuxorRestartVideoES( suxor_thread_t *p_this )
{
vlc_value_t val;
vlc_thread_ready( p_this );
/* Now restart current video stream */
var_Get( p_this->p_input, "video-es", &val );
if( val.i_int >= 0 )
......
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