Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
eadc4f6c
Commit
eadc4f6c
authored
Aug 20, 2009
by
Pierre
Browse files
aic_bridge: Flag an unused parameter.
parent
a7866ea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/mosaic_bridge.c
View file @
eadc4f6c
...
...
@@ -627,6 +627,7 @@ static picture_t *video_new_buffer( vlc_object_t *p_this,
decoder_owner_sys_t
*
p_sys
,
es_format_t
*
fmt_out
)
{
VLC_UNUSED
(
p_this
);
if
(
fmt_out
->
video
.
i_width
!=
p_sys
->
video
.
i_width
||
fmt_out
->
video
.
i_height
!=
p_sys
->
video
.
i_height
||
fmt_out
->
video
.
i_chroma
!=
p_sys
->
video
.
i_chroma
||
...
...
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