From: Jean-Paul Saman Date: Thu, 6 Dec 2007 17:56:28 +0000 (+0000) Subject: No need to sleep 25 ms, a bit longer will do fine too. X-Git-Tag: 0.9.0-test0~4249 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fde8b7fc53e178f59adc59e88df6eb623fa9797d;p=vlc No need to sleep 25 ms, a bit longer will do fine too. --- diff --git a/src/playlist/engine.c b/src/playlist/engine.c index 92d7aafc8c..809f4581d7 100644 --- a/src/playlist/engine.c +++ b/src/playlist/engine.c @@ -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; }