]> git.sesse.net Git - vlc/commitdiff
No need to sleep 25 ms, a bit longer will do fine too.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 6 Dec 2007 17:56:28 +0000 (17:56 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 6 Dec 2007 17:56:28 +0000 (17:56 +0000)
src/playlist/engine.c

index 92d7aafc8c51c8cbbeae020a0cf6959e6639f324..809f4581d79573bd42a3cd95e78c68bd05c6b08a 100644 (file)
@@ -287,7 +287,7 @@ check_input:
         {
             PL_DEBUG( "dying input" );
             PL_UNLOCK;
-            msleep( 25000 ); /* 25 ms */
+            msleep( INTF_IDLE_SLEEP );
             PL_LOCK;
             goto check_input;
         }