mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavfi/blend,noise: remove unedeed av_opt_free() call
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
e2946e5c34
commit
1f97dfb77f
2 changed files with 0 additions and 2 deletions
|
|
@ -338,7 +338,6 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||
BlendContext *b = ctx->priv;
|
||||
int i;
|
||||
|
||||
av_opt_free(b);
|
||||
ff_bufqueue_discard_all(&b->queue_top);
|
||||
ff_bufqueue_discard_all(&b->queue_bottom);
|
||||
|
||||
|
|
|
|||
|
|
@ -322,7 +322,6 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||
|
||||
for (i = 0; i < 4; i++)
|
||||
av_freep(&n->param[i].noise);
|
||||
av_opt_free(n);
|
||||
}
|
||||
|
||||
static const AVFilterPad noise_inputs[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue