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

Function print_program_info

fftools/opt_common.c:195–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static void print_program_info(int flags, int level)
196{
197 const char *indent = flags & INDENT? " " : "";
198
199 av_log(NULL, level, "%s version " FFMPEG_VERSION, program_name);
200 if (flags & SHOW_COPYRIGHT)
201 av_log(NULL, level, " Copyright (c) %d-%d the FFmpeg developers",
202 program_birth_year, CONFIG_THIS_YEAR);
203 av_log(NULL, level, "\n");
204 av_log(NULL, level, "%sbuilt with %s\n", indent, CC_IDENT);
205
206 av_log(NULL, level, "%sconfiguration: " FFMPEG_CONFIGURATION "\n", indent);
207}
208
209static void print_buildconf(int flags, int level)
210{

Callers 2

show_bannerFunction · 0.85
show_versionFunction · 0.85

Calls 1

av_logFunction · 0.85

Tested by

no test coverage detected