mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 03:12:08 +00:00
avfilter/vf_convolve: Deduplicate outputs
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e557d89ac1
commit
50d3c5bd8c
@ -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…
Reference in New Issue
Block a user