This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_tblend: use av_frame_free for freeing an AVFrame
tags/n2.6
Clément Bœsch
11 years ago
parent
17cb05fe06
commit
f5cbb2c55e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_blend.c
+ 1
- 1
libavfilter/vf_blend.c
View File
@@ -379,7 +379,7 @@ static av_cold void uninit(AVFilterContext *ctx)
int i;
ff_dualinput_uninit(&b->dinput);
av_free
p
(&b->prev_frame);
av_fr
ame_fr
ee(&b->prev_frame);
for (i = 0; i < FF_ARRAY_ELEMS(b->params); i++)
av_expr_free(b->params[i].e);
Write
Preview
Loading…
Cancel
Save