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

Function show_buildconf

fftools/opt_common.c:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255int show_buildconf(void *optctx, const char *opt, const char *arg)
256{
257 av_log_set_callback(log_callback_help);
258 print_buildconf (INDENT|0, AV_LOG_INFO);
259
260 return 0;
261}
262
263#define PRINT_CODEC_SUPPORTED(codec, config, type, name, elem, fmt, ...) \
264 do { \

Callers

nothing calls this directly

Calls 2

av_log_set_callbackFunction · 0.85
print_buildconfFunction · 0.85

Tested by

no test coverage detected