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
a06f74ac
Commit
a06f74ac
authored
Nov 30, 2000
by
Stéphane Borel
Browse files
. Test non bloquant de l'ouverture du dsp � l'initialisation du plugin
pour le cas o� il est utilis� par esd
parent
b207b8f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/dsp/dsp.c
View file @
a06f74ac
...
@@ -80,7 +80,7 @@ plugin_info_t * GetConfig( void )
...
@@ -80,7 +80,7 @@ plugin_info_t * GetConfig( void )
/* Test if the device can be opened */
/* Test if the device can be opened */
if
(
(
i_fd
=
open
(
main_GetPszVariable
(
AOUT_DSP_VAR
,
AOUT_DSP_DEFAULT
),
if
(
(
i_fd
=
open
(
main_GetPszVariable
(
AOUT_DSP_VAR
,
AOUT_DSP_DEFAULT
),
O_WRONLY
))
<
0
)
O_WRONLY
|
O_NONBLOCK
))
<
0
)
{
{
p_info
->
i_score
=
0
;
p_info
->
i_score
=
0
;
}
}
...
...
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