Use AVFILTER_DEFINE_CLASS_EXT instead.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavfilter/vf_blend.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c
index 84f1e9f5bb..73fdea3c79 100644
--- a/libavfilter/vf_blend.c
+++ b/libavfilter/vf_blend.c
@@ -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[] = {
{
--
2.30.2
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".