mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
lavfi/null: remove redudant lines
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
443181c0a9
commit
8e2972274e
@ -30,7 +30,6 @@ static const AVFilterPad avfilter_vf_null_inputs[] = {
|
|||||||
{
|
{
|
||||||
.name = "default",
|
.name = "default",
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.get_video_buffer = ff_null_get_video_buffer,
|
|
||||||
},
|
},
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
@ -46,10 +45,6 @@ static const AVFilterPad avfilter_vf_null_outputs[] = {
|
|||||||
AVFilter avfilter_vf_null = {
|
AVFilter avfilter_vf_null = {
|
||||||
.name = "null",
|
.name = "null",
|
||||||
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
|
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
|
||||||
|
|
||||||
.priv_size = 0,
|
|
||||||
|
|
||||||
.inputs = avfilter_vf_null_inputs,
|
.inputs = avfilter_vf_null_inputs,
|
||||||
|
|
||||||
.outputs = avfilter_vf_null_outputs,
|
.outputs = avfilter_vf_null_outputs,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user