Commit 0ecaa447 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_overlay: use unref_bufferP()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dc49105c
......@@ -146,7 +146,7 @@ static av_cold void uninit(AVFilterContext *ctx)
av_freep(&over->y_expr);
if (over->overpicref)
avfilter_unref_buffer(over->overpicref);
avfilter_unref_bufferp(&over->overpicref);
ff_bufqueue_discard_all(&over->queue_main);
ff_bufqueue_discard_all(&over->queue_over);
}
......
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