Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
af9c01e9
Commit
af9c01e9
authored
Aug 20, 2014
by
Rémi Denis-Courmont
Browse files
ps: small cleanup, avoid copying unitialized value
parent
2f85ce30
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/ps.h
View file @
af9c01e9
...
...
@@ -712,8 +712,8 @@ static inline int ps_psm_fill( ps_psm_t *p_psm, block_t *p_pkt,
es_out_Del
(
out
,
tk
[
i
].
es
);
es_format_Clean
(
&
tk
[
i
].
fmt
);
tk_tmp
.
b_seen
=
true
;
tk
[
i
]
=
tk_tmp
;
tk
[
i
].
b_seen
=
true
;
tk
[
i
].
es
=
es_out_Add
(
out
,
&
tk
[
i
].
fmt
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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