avfilter/vf_convolve: Deduplicate outputs
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e557d89ac1
commit
50d3c5bd8c
1 changed files with 1 additions and 7 deletions
|
|
@ -955,13 +955,7 @@ static const AVFilterPad xcorrelate_inputs[] = {
|
|||
},
|
||||
};
|
||||
|
||||
static const AVFilterPad xcorrelate_outputs[] = {
|
||||
{
|
||||
.name = "default",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.config_props = config_output,
|
||||
},
|
||||
};
|
||||
#define xcorrelate_outputs convolve_outputs
|
||||
|
||||
const AVFilter ff_vf_xcorrelate = {
|
||||
.name = "xcorrelate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue