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
883694a2
Commit
883694a2
authored
Aug 20, 2009
by
Pierre
Browse files
transcode: Flag unused parameters.
parent
eadc4f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/transcode.c
View file @
883694a2
...
...
@@ -1414,6 +1414,7 @@ static void transcode_video_filter_buffer_del( filter_t *p_filter, picture_t *p_
static
int
transcode_video_filter_allocation_init
(
filter_t
*
p_filter
,
void
*
p_data
)
{
VLC_UNUSED
(
p_data
);
p_filter
->
pf_vout_buffer_new
=
transcode_video_filter_buffer_new
;
p_filter
->
pf_vout_buffer_del
=
transcode_video_filter_buffer_del
;
return
VLC_SUCCESS
;
...
...
@@ -1421,6 +1422,7 @@ static int transcode_video_filter_allocation_init( filter_t *p_filter,
static
void
transcode_video_filter_allocation_clear
(
filter_t
*
p_filter
)
{
VLC_UNUSED
(
p_filter
);
}
static
int
transcode_video_new
(
sout_stream_t
*
p_stream
,
sout_stream_id_t
*
id
)
...
...
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