11 {
"bsfs" ,
OPT_EXIT, {.func_arg =
show_bsfs },
"show available bit stream filters" },
16 {
"loglevel" ,
HAS_ARG, {.func_arg =
opt_loglevel},
"set libav* logging level",
"loglevel" },
int show_decoders(void *optctx, const char *opt, const char *arg)
Print a listing containing all the decoders supported by the program.
int show_license(void *optctx, const char *opt, const char *arg)
Print the license of the program to stdout.
int opt_loglevel(void *optctx, const char *opt, const char *arg)
Set the libav* libraries log level.
int show_protocols(void *optctx, const char *opt, const char *arg)
Print a listing containing all the protocols supported by the program.
int show_formats(void *optctx, const char *opt, const char *arg)
Print a listing containing all the formats supported by the program.
int show_pix_fmts(void *optctx, const char *opt, const char *arg)
Print a listing containing all the pixel formats supported by the program.
int show_codecs(void *optctx, const char *opt, const char *arg)
Print a listing containing all the codecs supported by the program.
int show_help(void *optctx, const char *opt, const char *arg)
Generic -h handler common to all avtools.
int show_sample_fmts(void *optctx, const char *opt, const char *arg)
Print a listing containing all the sample formats supported by the program.
int show_filters(void *optctx, const char *opt, const char *arg)
Print a listing containing all the filters supported by the program.
int show_bsfs(void *optctx, const char *opt, const char *arg)
Print a listing containing all the bit stream filters supported by the program.
int show_version(void *optctx, const char *opt, const char *arg)
Print the version of the program to stdout.
int show_encoders(void *optctx, const char *opt, const char *arg)
Print a listing containing all the encoders supported by the program.