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

Function show_usage

ffplay.c:3057–3062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3055};
3056
3057static void show_usage(void)
3058{
3059 printf("Simple media player\n");
3060 printf("usage: ffplay [options] input_file\n");
3061 printf("\n");
3062}
3063
3064static void show_help(void)
3065{

Callers 2

show_helpFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected