Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.c417 for (i = 0; i < g->nb_opts; i++) { in parse_optgroup()
695 GROW_ARRAY(g->opts, g->nb_opts); in add_opt()
696 g->opts[g->nb_opts - 1].opt = opt; in add_opt()
697 g->opts[g->nb_opts - 1].key = key; in add_opt()
698 g->opts[g->nb_opts - 1].val = val; in add_opt()
846 if (octx->cur_group.nb_opts || codec_opts || format_opts || resample_opts) in split_commandline()
Dcmdutils.h316 int nb_opts; member