1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avfilter/vf_blend: Don't redefine options name

Use AVFILTER_DEFINE_CLASS_EXT instead.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2021-09-10 22:37:11 +02:00
parent 39589d25e3
commit bb1ef872a3

View File

@@ -943,8 +943,7 @@ static int tblend_filter_frame(AVFilterLink *inlink, AVFrame *frame)
return 0; return 0;
} }
#define tblend_options blend_options AVFILTER_DEFINE_CLASS_EXT(tblend, "tblend", blend_options);
AVFILTER_DEFINE_CLASS(tblend);
static const AVFilterPad tblend_inputs[] = { static const AVFilterPad tblend_inputs[] = {
{ {