MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / uninit_opts

Function uninit_opts

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void uninit_opts(void)
90{
91 av_dict_free(&swr_opts);
92 av_dict_free(&sws_dict);
93 av_dict_free(&format_opts);
94 av_dict_free(&codec_opts);
95 av_dict_free(&resample_opts);
96}
97
98void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)
99{

Callers 2

ffmpeg_cleanupFunction · 0.85
uninit_parse_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected