mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/vf_eq: fix leak of input frame
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
f4f0619327
commit
7ccd625a46
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
|||
in->data[i], in->linesize[i], w, h);
|
||||
}
|
||||
|
||||
av_frame_free(&in);
|
||||
return ff_filter_frame(outlink, out);
|
||||
}
|
||||
static const AVFilterPad eq_inputs[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue