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

Function show_version

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

Source from the content-addressed store, hash-verified

1160}
1161
1162int show_version(void *optctx, const char *opt, const char *arg)
1163{
1164 av_log_set_callback(log_callback_help);
1165 print_program_info (SHOW_COPYRIGHT, AV_LOG_INFO);
1166 print_all_libs_info(SHOW_VERSION, AV_LOG_INFO);
1167
1168 return 0;
1169}
1170
1171int show_buildconf(void *optctx, const char *opt, const char *arg)
1172{

Callers

nothing calls this directly

Calls 2

print_program_infoFunction · 0.85
print_all_libs_infoFunction · 0.85

Tested by

no test coverage detected