git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
17cb05f
)
avfilter/vf_tblend: use av_frame_free for freeing an AVFrame
author
Clément Bœsch
<u@pkh.me>
Sat, 28 Feb 2015 09:37:36 +0000
(10:37 +0100)
committer
Clément Bœsch
<u@pkh.me>
Mon, 2 Mar 2015 20:27:21 +0000
(21:27 +0100)
libavfilter/vf_blend.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_blend.c
b/libavfilter/vf_blend.c
index
a29cabc
..
d232457
100644
(file)
--- a/
libavfilter/vf_blend.c
+++ b/
libavfilter/vf_blend.c
@@
-379,7
+379,7
@@
static av_cold void uninit(AVFilterContext *ctx)
int i;
ff_dualinput_uninit(&b->dinput);
- av_fr
eep
(&b->prev_frame);
+ av_fr
ame_free
(&b->prev_frame);
for (i = 0; i < FF_ARRAY_ELEMS(b->params); i++)
av_expr_free(b->params[i].e);