提交 9e2f448d 编写于 作者: M Michael Niedermayer

vf_mp: Fix large memleak.

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 b1931321
......@@ -882,7 +882,7 @@ static void end_frame(AVFilterLink *inlink)
}
free_mp_image(mpi);
// avfilter_unref_buffer(inpic);
avfilter_unref_buffer(inpic);
}
AVFilter avfilter_vf_mp = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册