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

Function show_usage

ffprobe.c:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static void show_usage(void)
290{
291 printf("Simple multimedia streams analyzer\n");
292 printf("usage: ffprobe [OPTIONS] [INPUT_FILE]\n");
293 printf("\n");
294}
295
296static void opt_format(const char *arg)
297{

Callers 2

show_helpFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected