Home
last modified time | relevance | path

Searched refs:opt_report (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dcmdutils.h102 int opt_report(void *optctx, const char *opt, const char *arg);
239 …{ "report", 0, { .func_arg = opt_report }, "generate a report" }, …
Dcmdutils.c1052 int opt_report(void *optctx, const char *opt, const char *arg) in opt_report() function