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

Function main

tools/enum_options.c:131–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131int main(int argc, char **argv)
132{
133 if (argc < 2)
134 print_usage();
135
136 if (!strcmp(argv[1], "format"))
137 show_format_opts();
138 else if (!strcmp(argv[1], "codec"))
139 show_codec_opts();
140 else
141 print_usage();
142
143 return 0;
144}

Callers

nothing calls this directly

Calls 3

print_usageFunction · 0.70
show_format_optsFunction · 0.70
show_codec_optsFunction · 0.70

Tested by

no test coverage detected