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

Function usage

tools/graph2dot.c:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#endif
36
37static void usage(void)
38{
39 printf("Convert a libavfilter graph to a dot file.\n");
40 printf("Usage: graph2dot [OPTIONS]\n");
41 printf("\n"
42 "Options:\n"
43 "-i INFILE set INFILE as input file, stdin if omitted\n"
44 "-o OUTFILE set OUTFILE as output file, stdout if omitted\n"
45 "-h print this help\n");
46}
47
48struct line {
49 char data[256];

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected