mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 20:42:19 +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[] = {
|
#define xcorrelate_outputs convolve_outputs
|
||||||
{
|
|
||||||
.name = "default",
|
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
|
||||||
.config_props = config_output,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
const AVFilter ff_vf_xcorrelate = {
|
const AVFilter ff_vf_xcorrelate = {
|
||||||
.name = "xcorrelate",
|
.name = "xcorrelate",
|
||||||
|
Loading…
Reference in New Issue
Block a user