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;
}
#define tblend_options blend_options
AVFILTER_DEFINE_CLASS(tblend);
AVFILTER_DEFINE_CLASS_EXT(tblend, "tblend", blend_options);
static const AVFilterPad tblend_inputs[] = {
{