mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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
@ -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…
Reference in New Issue
Block a user