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
GSoC
GSoC2018
macOS
vlc
Commits
b893d15b
Commit
b893d15b
authored
Aug 15, 2004
by
gbazin
Browse files
* modules/codec/mpeg_audio.c: fixed segfault
parent
99506d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/mpeg_audio.c
View file @
b893d15b
...
...
@@ -147,6 +147,7 @@ static int OpenDecoder( vlc_object_t *p_this )
/* Set output properties */
p_dec
->
fmt_out
.
i_cat
=
AUDIO_ES
;
p_dec
->
fmt_out
.
i_codec
=
VLC_FOURCC
(
'm'
,
'p'
,
'g'
,
'a'
);
p_dec
->
fmt_out
.
audio
.
i_rate
=
0
;
/* So end_date gets initialized */
/* Set callback */
p_dec
->
pf_decode_audio
=
(
aout_buffer_t
*
(
*
)(
decoder_t
*
,
block_t
**
))
...
...
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