Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
faa0f77f
Commit
faa0f77f
authored
May 24, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: remove non-forward compatible assertion (fixes #8692)
parent
af3f8759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
modules/access/alsa.c
modules/access/alsa.c
+0
-3
No files found.
modules/access/alsa.c
View file @
faa0f77f
...
@@ -326,9 +326,6 @@ static int Open (vlc_object_t *obj)
...
@@ -326,9 +326,6 @@ static int Open (vlc_object_t *obj)
demux_t
*
demux
=
(
demux_t
*
)
obj
;
demux_t
*
demux
=
(
demux_t
*
)
obj
;
demux_sys_t
*
sys
=
malloc
(
sizeof
(
*
sys
));
demux_sys_t
*
sys
=
malloc
(
sizeof
(
*
sys
));
static_assert
(
sizeof
(
formats
)
/
sizeof
(
formats
[
0
])
==
SND_PCM_FORMAT_LAST
+
1
,
"unknown formats"
);
if
(
unlikely
(
sys
==
NULL
))
if
(
unlikely
(
sys
==
NULL
))
return
VLC_ENOMEM
;
return
VLC_ENOMEM
;
...
...
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