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
445d8bc2
Commit
445d8bc2
authored
Nov 11, 2012
by
Rémi Denis-Courmont
Browse files
waveout: fix warning
parent
978d581b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_output/waveout.c
View file @
445d8bc2
...
@@ -1000,7 +1000,7 @@ static int ReloadWaveoutDevices( vlc_object_t *p_this, char const *psz_name,
...
@@ -1000,7 +1000,7 @@ static int ReloadWaveoutDevices( vlc_object_t *p_this, char const *psz_name,
{
{
int
n
=
0
,
nb_devices
=
waveOutGetNumDevs
();
int
n
=
0
,
nb_devices
=
waveOutGetNumDevs
();
VLC_UNUSED
(
psz_name
);
VLC_UNUSED
(
p_this
);
VLC_UNUSED
(
psz_name
);
*
values
=
xmalloc
(
(
nb_devices
+
1
)
*
sizeof
(
char
*
)
);
*
values
=
xmalloc
(
(
nb_devices
+
1
)
*
sizeof
(
char
*
)
);
*
descs
=
xmalloc
(
(
nb_devices
+
1
)
*
sizeof
(
char
*
)
);
*
descs
=
xmalloc
(
(
nb_devices
+
1
)
*
sizeof
(
char
*
)
);
...
...
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