Commit c36ab01c authored by Clément Bœsch's avatar Clément Bœsch

lavfi/ebur128: remove now unused av_opt_free call.

parent 4f43e9b4
......@@ -773,7 +773,6 @@ static av_cold void uninit(AVFilterContext *ctx)
for (i = 0; i < ctx->nb_outputs; i++)
av_freep(&ctx->output_pads[i].name);
av_frame_free(&ebur128->outpicref);
av_opt_free(ebur128);
}
static const AVFilterPad ebur128_inputs[] = {
......
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