You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_tblend: use av_frame_free for freeing an AVFrame
This commit is contained in:
@@ -379,7 +379,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
int i;
|
||||
|
||||
ff_dualinput_uninit(&b->dinput);
|
||||
av_freep(&b->prev_frame);
|
||||
av_frame_free(&b->prev_frame);
|
||||
|
||||
for (i = 0; i < FF_ARRAY_ELEMS(b->params); i++)
|
||||
av_expr_free(b->params[i].e);
|
||||
|
Reference in New Issue
Block a user