You've already forked FFmpeg
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:
@@ -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[] = {
|
||||
{
|
||||
|
Reference in New Issue
Block a user