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
4201cd2b
Commit
4201cd2b
authored
Oct 08, 2008
by
ivoire
Browse files
Fix use of unitialised value (CID 262)
parent
fc4b7b3c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/input/decoder.c
View file @
4201cd2b
...
...
@@ -868,7 +868,7 @@ static void DecoderDecodeAudio( decoder_t *p_dec, block_t *p_block )
{
aout_instance_t
*
p_aout
=
p_owner
->
p_aout
;
aout_input_t
*
p_aout_input
=
p_owner
->
p_aout_input
;
int
i_lost
;
int
i_lost
=
0
;
int
i_played
;
if
(
p_dec
->
b_die
)
...
...
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