vf_overlay: use unref_bufferP()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dc49105c7f
commit
0ecaa447f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue