Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
static int usage(const char *argv0, int ret)
31
{
32
fprintf(stderr,
"%s -out foo.mpd file1\n"
, argv0);
33
return ret;
34
}
35
36
struct Track {
37
const char *name;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected