Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.h104 int opt_max_alloc(void *optctx, const char *opt, const char *arg);
240 …{ "max_alloc", HAS_ARG, { .func_arg = opt_max_alloc }, "set maximum size of a si…
Dcmdutils.c1057 int opt_max_alloc(void *optctx, const char *opt, const char *arg) in opt_max_alloc() function