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

Function usage

tools/sidxindex.c:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "libavutil/mem.h"
29
30static int usage(const char *argv0, int ret)
31{
32 fprintf(stderr, "%s -out foo.mpd file1\n", argv0);
33 return ret;
34}
35
36struct Track {
37 const char *name;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected