Commit 9e2f448d authored by Michael Niedermayer's avatar Michael Niedermayer

vf_mp: Fix large memleak.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b1931321
...@@ -882,7 +882,7 @@ static void end_frame(AVFilterLink *inlink) ...@@ -882,7 +882,7 @@ static void end_frame(AVFilterLink *inlink)
} }
free_mp_image(mpi); free_mp_image(mpi);
// avfilter_unref_buffer(inpic); avfilter_unref_buffer(inpic);
} }
AVFilter avfilter_vf_mp = { AVFilter avfilter_vf_mp = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment