From: RĂ©mi Denis-Courmont Date: Tue, 25 Aug 2009 14:02:09 +0000 (+0300) Subject: Fix impossible delay X-Git-Tag: 1.1.0-ff~3925 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=15534c731d85dab36ee3456ee78a7728d6041780;p=vlc Fix impossible delay --- diff --git a/include/vlc_mtime.h b/include/vlc_mtime.h index 0a75dacdf9..49f53ca658 100644 --- a/include/vlc_mtime.h +++ b/include/vlc_mtime.h @@ -69,7 +69,7 @@ VLC_EXPORT( void, msleep, ( mtime_t delay ) ); VLC_EXPORT( char *, secstotimestr, ( char *psz_buffer, int secs ) ); #if defined (__GNUC__) && defined (__linux__) -# define VLC_HARD_MIN_SLEEP 1000 /* Linux has 100, 250, 300 or 1000Hz */ +# define VLC_HARD_MIN_SLEEP 10000 /* Linux has 100, 250, 300 or 1000Hz */ # define VLC_SOFT_MIN_SLEEP 9000000 static