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

Function opt_report

fftools/opt_common.c:1233–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233int opt_report(void *optctx, const char *opt, const char *arg)
1234{
1235 return init_report(NULL, NULL);
1236}
1237
1238int opt_max_alloc(void *optctx, const char *opt, const char *arg)
1239{

Callers

nothing calls this directly

Calls 1

init_reportFunction · 0.85

Tested by

no test coverage detected