Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
15534c73
Commit
15534c73
authored
Aug 25, 2009
by
Rémi Denis-Courmont
Browse files
Fix impossible delay
parent
d0eb579a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_mtime.h
View file @
15534c73
...
...
@@ -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 1000
0
/* Linux has 100, 250, 300 or 1000Hz */
# define VLC_SOFT_MIN_SLEEP 9000000
static
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment