MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / uninit

Function uninit

libavfilter/vf_scale.c:441–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441static av_cold void uninit(AVFilterContext *ctx)
442{
443 ScaleContext *scale = ctx->priv;
444 av_expr_free(scale->w_pexpr);
445 av_expr_free(scale->h_pexpr);
446 scale->w_pexpr = scale->h_pexpr = NULL;
447 ff_framesync_uninit(&scale->fs);
448 sws_free_context(&scale->sws);
449}
450
451static int query_formats(const AVFilterContext *ctx,
452 AVFilterFormatsConfig **cfg_in,

Callers

nothing calls this directly

Calls 3

av_expr_freeFunction · 0.85
ff_framesync_uninitFunction · 0.85
sws_free_contextFunction · 0.85

Tested by

no test coverage detected