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

Function uninit_opts

fftools/cmdutils.c:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60int hide_banner = 0;
61
62void uninit_opts(void)
63{
64 av_dict_free(&swr_opts);
65 av_dict_free(&sws_dict);
66 av_dict_free(&format_opts);
67 av_dict_free(&codec_opts);
68}
69
70void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)
71{

Callers 4

ffmpeg_cleanupFunction · 0.85
do_exitFunction · 0.85
mainFunction · 0.85
uninit_parse_contextFunction · 0.85

Calls 1

av_dict_freeFunction · 0.85

Tested by

no test coverage detected