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

Function show_usage

ffmpeg.c:3707–3712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3705}
3706
3707static void show_usage(void)
3708{
3709 printf("Hyper fast Audio and Video encoder\n");
3710 printf("usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...\n");
3711 printf("\n");
3712}
3713
3714static void show_help(void)
3715{

Callers 2

show_helpFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected