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

Function show_usage

ffmpeg-single-cmd/src/main/cpp/ffmpeg_opt.c:3166–3171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3164}
3165
3166void show_usage(void)
3167{
3168 av_log(NULL, AV_LOG_INFO, "Hyper fast Audio and Video encoder\n");
3169 av_log(NULL, AV_LOG_INFO, "usage: %s [options] [[infile options] -i infile]... {[outfile options] outfile}...\n", program_name);
3170 av_log(NULL, AV_LOG_INFO, "\n");
3171}
3172
3173enum OptGroup {
3174 GROUP_OUTFILE,

Callers 2

show_help_defaultFunction · 0.85
execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected