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

Function show_version

fftools/opt_common.c:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246int show_version(void *optctx, const char *opt, const char *arg)
247{
248 av_log_set_callback(log_callback_help);
249 print_program_info (SHOW_COPYRIGHT, AV_LOG_INFO);
250 print_all_libs_info(SHOW_VERSION, AV_LOG_INFO);
251
252 return 0;
253}
254
255int show_buildconf(void *optctx, const char *opt, const char *arg)
256{

Callers

nothing calls this directly

Calls 3

av_log_set_callbackFunction · 0.85
print_program_infoFunction · 0.85
print_all_libs_infoFunction · 0.85

Tested by

no test coverage detected