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
1a28a5c0
Commit
1a28a5c0
authored
Jul 31, 2015
by
Tristan Matthews
Browse files
demux: adaptative: fix uninitialized variable (cid #1313823)
parent
49a05843
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/adaptative/Streams.cpp
View file @
1a28a5c0
...
...
@@ -565,6 +565,7 @@ BaseStreamOutput::Demuxed::Demuxed(es_out_id_t *id, const es_format_t *fmt)
{
p_queue
=
NULL
;
pp_queue_last
=
&
p_queue
;
recycle
=
false
;
es_id
=
id
;
es_format_Init
(
&
fmtcpy
,
UNKNOWN_ES
,
0
);
es_format_Copy
(
&
fmtcpy
,
fmt
);
...
...
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