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

Function show_banner

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

Source from the content-addressed store, hash-verified

1149}
1150
1151void show_banner(int argc, char **argv, const OptionDef *options)
1152{
1153 int idx = locate_option(argc, argv, options, "version");
1154 if (hide_banner || idx)
1155 return;
1156
1157 print_program_info (INDENT|SHOW_COPYRIGHT, AV_LOG_INFO);
1158 print_all_libs_info(INDENT|SHOW_CONFIG, AV_LOG_INFO);
1159 print_all_libs_info(INDENT|SHOW_VERSION, AV_LOG_INFO);
1160}
1161
1162int show_version(void *optctx, const char *opt, const char *arg)
1163{

Callers 1

execFunction · 0.85

Calls 3

locate_optionFunction · 0.85
print_program_infoFunction · 0.85
print_all_libs_infoFunction · 0.85

Tested by

no test coverage detected