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

Function avfilter_uninit

libavfilter/avfilter.c:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void avfilter_uninit(void)
367{
368 memset(registered_avfilters, 0, sizeof(registered_avfilters));
369 next_registered_avfilter_idx = 0;
370}
371
372static int pad_count(const AVFilterPad *pads)
373{

Callers 1

do_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected