mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 15:07:12 +08:00
vf_mp: Fix large memleak.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user