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
b47c4dac
Commit
b47c4dac
authored
Sep 08, 2007
by
Rémi Denis-Courmont
Browse files
Simplify
parent
421a14db
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/wav.c
View file @
b47c4dac
...
...
@@ -258,7 +258,7 @@ static int Open( vlc_object_t * p_this )
case
VLC_FOURCC
(
'm'
,
'p'
,
'g'
,
'a'
):
case
VLC_FOURCC
(
'a'
,
'5'
,
'2'
,
' '
):
/* FIXME set end of area FIXME */
goto
relay
;
goto
error
;
default:
msg_Err
(
p_demux
,
"unsupported codec (%4.4s)"
,
(
char
*
)
&
p_sys
->
fmt
.
i_codec
);
...
...
@@ -290,7 +290,6 @@ static int Open( vlc_object_t * p_this )
error:
free
(
p_wf
);
relay:
free
(
p_sys
);
return
VLC_EGENERIC
;
}
...
...
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