[vlc-devel] commit: Fix impossible delay ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Aug 25 16:02:25 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 25 17:02:09 2009 +0300| [15534c731d85dab36ee3456ee78a7728d6041780] | committer: Rémi Denis-Courmont
Fix impossible delay
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15534c731d85dab36ee3456ee78a7728d6041780
---
include/vlc_mtime.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_mtime.h b/include/vlc_mtime.h
index 0a75dac..49f53ca 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
More information about the vlc-devel
mailing list