Commit 65efa1db authored by Paul B Mahol's avatar Paul B Mahol

lavfi/interlace: remove now unused av_opt_free() call

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2d8a3cf4
......@@ -95,8 +95,6 @@ static av_cold void uninit(AVFilterContext *ctx)
av_frame_free(&s->cur);
av_frame_free(&s->next);
av_opt_free(s);
}
static int config_out_props(AVFilterLink *outlink)
......
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