vf_mp: Fix large memleak.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-06-15 01:36:12 +02:00
parent b19313218c
commit 9e2f448d68
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {