1
0
Fork 0

avfilter/vf_convolve: Deduplicate outputs

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-11-01 08:50:13 +01:00
parent e557d89ac1
commit 50d3c5bd8c
1 changed files with 1 additions and 7 deletions

View File

@ -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",