projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fd3f2
)
avfilter/vf_blend: Fix AVClass
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 27 Dec 2014 18:01:07 +0000
(19:01 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 27 Dec 2014 18:01:07 +0000
(19:01 +0100)
Fixes infinite loop
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_blend.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_blend.c
b/libavfilter/vf_blend.c
index
6dbf149
..
538774b
100644
(file)
--- 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 = &
t
blend_class,
.query_formats = query_formats,
.init = init,
.uninit = uninit,