mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavfi/ebur128: remove now unused av_opt_free call.
This commit is contained in:
parent
4f43e9b4af
commit
c36ab01cd2
@ -773,7 +773,6 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||||||
for (i = 0; i < ctx->nb_outputs; i++)
|
for (i = 0; i < ctx->nb_outputs; i++)
|
||||||
av_freep(&ctx->output_pads[i].name);
|
av_freep(&ctx->output_pads[i].name);
|
||||||
av_frame_free(&ebur128->outpicref);
|
av_frame_free(&ebur128->outpicref);
|
||||||
av_opt_free(ebur128);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const AVFilterPad ebur128_inputs[] = {
|
static const AVFilterPad ebur128_inputs[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user