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

Function print_usage

tools/enum_options.c:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "libavutil/opt.h"
31
32static void print_usage(void)
33{
34 fprintf(stderr, "Usage: enum_options type\n"
35 "type: format codec\n");
36 exit(1);
37}
38
39static void print_option(const AVClass *class, const AVOption *o)
40{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected