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:
parent
39589d25e3
commit
bb1ef872a3
@ -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[] = {
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user