[FFmpeg-cvslog] avfilter/vf_blend: Fix AVClass
Michael Niedermayer
git at videolan.org
Sat Dec 27 19:08:54 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 27 19:01:07 2014 +0100| [ed96830afc05fb917443da09bec881f61e57003d] | committer: Michael Niedermayer
avfilter/vf_blend: Fix AVClass
Fixes infinite loop
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed96830afc05fb917443da09bec881f61e57003d
---
libavfilter/vf_blend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c
index 6dbf149..538774b 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,
More information about the ffmpeg-cvslog
mailing list