mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avfilter/vf_convolve: Deduplicate outputs
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user