mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-19 20:31:12 +00:00
lavfi/interlace: remove now unused av_opt_free() call
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2d8a3cf4c1
commit
65efa1dbd9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user