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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h275 int nb_opts; member in struct:OptionGroup
H A Dcmdutils.c401 for (i = 0; i < g->nb_opts; i++) {
658 GROW_ARRAY(g->opts, g->nb_opts);
659 g->opts[g->nb_opts - 1].opt = opt;
660 g->opts[g->nb_opts - 1].key = key;
661 g->opts[g->nb_opts - 1].val = val;
810 if (octx->cur_group.nb_opts || codec_opts || format_opts || resample_opts)

Completed in 61 milliseconds