Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f097016c
Commit
f097016c
authored
Aug 25, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand OSS SPDIF delay. This looks wrong either way though.
parent
755addfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/audio_output/oss.c
modules/audio_output/oss.c
+1
-1
No files found.
modules/audio_output/oss.c
View file @
f097016c
...
...
@@ -652,7 +652,7 @@ static void* OSSThread( vlc_object_t *p_this )
while
(
vlc_object_alive
(
p_aout
)
&&
!
(
p_buffer
=
aout_OutputNextBuffer
(
p_aout
,
next_date
,
true
)
)
)
{
msleep
(
1000
);
msleep
(
VLC_HARD_MIN_SLEEP
);
next_date
=
mdate
();
}
}
...
...
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