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
bd38fa96
Commit
bd38fa96
authored
Jan 18, 2006
by
hartman
Browse files
* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
parent
e6b0ebb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_output/auhal.c
View file @
bd38fa96
...
...
@@ -231,9 +231,9 @@ static int Open( vlc_object_t * p_this )
if
(
err
!=
noErr
)
{
/* This is not a fatal error. Some drivers simply don't support this property */
msg_Warn
(
p_aout
,
"could not check whether device is hogged: %4.4s"
,
(
char
*
)
&
err
);
goto
error
;
}
if
(
p_sys
->
i_hog_pid
!=
-
1
&&
p_sys
->
i_hog_pid
!=
getpid
()
)
...
...
Write
Preview
Supports
Markdown
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