]> git.sesse.net Git - vlc/commitdiff
Correction du bug 100% CPU en idle.
authorVincent Seguin <seguin@videolan.org>
Mon, 31 Jan 2000 14:00:05 +0000 (14:00 +0000)
committerVincent Seguin <seguin@videolan.org>
Mon, 31 Jan 2000 14:00:05 +0000 (14:00 +0000)
src/video_output/video_output.c

index ebe1382216912d60be919a222de8372b5cfdd7ef..369e8fdfafe30ab4ba5bf08369a702b481080d89 100644 (file)
@@ -809,7 +809,7 @@ static void RunThread( vout_thread_t *p_vout)
         else if( p_vout->b_active )          /* idle or interface screen alone */
         {
             //?? clear: SetBufferPicture( p_vout, NULL );
-            if( p_vout->b_interface /* && ?? intf_change -> cause use of 100% CPU ! */ )
+            if( p_vout->b_interface && 0 /* && ?? intf_change */ )
             {
                 /* Interface has changed, so a new rendering is required - force
                  * it by setting last idle date to 0 */