Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.h224 …{ "muxers", OPT_EXIT, { .func_arg = show_muxers }, "show available muxers" }…
485 int show_muxers(void *optctx, const char *opt, const char *arg);
Dcmdutils.c1360 int show_muxers(void *optctx, const char *opt, const char *arg) in show_muxers() function