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

Function usage

tools/seek_print.c:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#endif
32
33static void usage(int ret)
34{
35 fprintf(ret ? stderr : stdout,
36 "Usage: seek_print file [command ...]\n"
37 "Commands:\n"
38 " read\n"
39 " seek:stream:min_ts:ts:max_ts:flags\n"
40 );
41 exit(ret);
42}
43
44int main(int argc, char **argv)
45{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected