35#ifndef FFTOOLS_OPT_COMMON_H
36#define FFTOOLS_OPT_COMMON_H
47int show_sinks(
void *optctx,
const char *opt,
const char *arg);
53int show_sources(
void *optctx,
const char *opt,
const char *arg);
61int show_license(
void *optctx,
const char *opt,
const char *arg);
66int show_help(
void *optctx,
const char *opt,
const char *arg);
74int show_version(
void *optctx,
const char *opt,
const char *arg);
88int show_formats(
void *optctx,
const char *opt,
const char *arg);
95int show_muxers(
void *optctx,
const char *opt,
const char *arg);
102int show_demuxers(
void *optctx,
const char *opt,
const char *arg);
109int show_devices(
void *optctx,
const char *opt,
const char *arg);
116int show_codecs(
void *optctx,
const char *opt,
const char *arg);
122int show_decoders(
void *optctx,
const char *opt,
const char *arg);
128int show_encoders(
void *optctx,
const char *opt,
const char *arg);
135int show_bsfs(
void *optctx,
const char *opt,
const char *arg);
142int show_protocols(
void *optctx,
const char *opt,
const char *arg);
149int show_filters(
void *optctx,
const char *opt,
const char *arg);
156int show_pix_fmts(
void *optctx,
const char *opt,
const char *arg);
163int show_layouts(
void *optctx,
const char *opt,
const char *arg);
180int show_colors(
void *optctx,
const char *opt,
const char *arg);
185int opt_loglevel(
void *optctx,
const char *opt,
const char *arg);
187int opt_report(
void *optctx,
const char *opt,
const char *arg);
190int opt_max_alloc(
void *optctx,
const char *opt,
const char *arg);
195int opt_cpuflags(
void *optctx,
const char *opt,
const char *arg);
200int opt_cpucount(
void *optctx,
const char *opt,
const char *arg);