]> git.sesse.net Git - vlc/commitdiff
* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare...
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 27 Jan 2005 22:33:15 +0000 (22:33 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 27 Jan 2005 22:33:15 +0000 (22:33 +0000)
src/video_output/video_output.c

index a47cb8be9174027d2b6049434383da10ba92f807..ed1e29d0a53c43f7d2efaa789e094a23b3548e49 100644 (file)
@@ -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 )