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
a4c60962
Commit
a4c60962
authored
Apr 27, 2008
by
Rémi Denis-Courmont
Browse files
Fix previous commit - there is no vlc object here
parent
eab50dcf
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/audio_output/auhal.c
View file @
a4c60962
...
...
@@ -1228,7 +1228,7 @@ static int AudioStreamChangeFormat( aout_instance_t *p_aout, AudioStreamID i_str
AudioStreamBasicDescription
actual_format
;
mtime_t
timeout
=
mtime
()
+
500000
;
if
(
vlc_
object
_timedwait
(
&
w
,
timeout
)
)
if
(
vlc_
cond
_timedwait
(
&
w
.
cond
,
&
w
.
lock
,
timeout
)
)
{
msg_Dbg
(
p_aout
,
"reached timeout"
);
}
...
...
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