Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c0490093
Commit
c0490093
authored
Jul 11, 2017
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Jul 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stream_out:mosaic_bridge: clean the local es_format_t after it's used
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
1b4be2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/stream_out/mosaic_bridge.c
modules/stream_out/mosaic_bridge.c
+1
-0
No files found.
modules/stream_out/mosaic_bridge.c
View file @
c0490093
...
...
@@ -393,6 +393,7 @@ static sout_stream_id_sys_t * Add( sout_stream_t *p_stream, const es_format_t *p
if
(
p_sys
->
i_chroma
)
fmt
.
video
.
i_chroma
=
p_sys
->
i_chroma
;
filter_chain_Reset
(
p_sys
->
p_vf2
,
&
fmt
,
&
fmt
);
es_format_Clean
(
&
fmt
);
filter_chain_AppendFromString
(
p_sys
->
p_vf2
,
psz_chain
);
free
(
psz_chain
);
}
...
...
Write
Preview
Markdown
is supported
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