From ed96830afc05fb917443da09bec881f61e57003d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 27 Dec 2014 19:01:07 +0100 Subject: avfilter/vf_blend: Fix AVClass Fixes infinite loop Signed-off-by: Michael Niedermayer --- libavfilter/vf_blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_blend.c') diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c index 6dbf1496d6..538774be3f 100644 --- a/libavfilter/vf_blend.c +++ b/libavfilter/vf_blend.c @@ -537,7 +537,7 @@ AVFilter ff_vf_tblend = { .name = "tblend", .description = NULL_IF_CONFIG_SMALL("Blend successive frames."), .priv_size = sizeof(BlendContext), - .priv_class = &blend_class, + .priv_class = &tblend_class, .query_formats = query_formats, .init = init, .uninit = uninit, -- cgit v1.2.3