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

Function show_usage

fftools/ffprobe.c:2652–2657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2650}
2651
2652static void show_usage(void)
2653{
2654 av_log(NULL, AV_LOG_INFO, "Simple multimedia streams analyzer\n");
2655 av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] INPUT_FILE\n", program_name);
2656 av_log(NULL, AV_LOG_INFO, "\n");
2657}
2658
2659static void ffprobe_show_program_version(AVTextFormatContext *tfc)
2660{

Callers 2

show_help_defaultFunction · 0.70
mainFunction · 0.70

Calls 1

av_logFunction · 0.85

Tested by

no test coverage detected