Lines Matching defs:opts
384 Option *o = &g->opts[i];
636 GROW_ARRAY(g->opts, g->nb_opts);
637 g->opts[g->nb_opts - 1].opt = opt;
638 g->opts[g->nb_opts - 1].key = key;
639 g->opts[g->nb_opts - 1].val = val;
670 av_freep(&l->groups[j].opts);
681 av_freep(&octx->cur_group.opts);
682 av_freep(&octx->global_opts.opts);
894 AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
923 while (t = av_dict_get(opts, "", t, AV_DICT_IGNORE_SUFFIX)) {
956 AVDictionary **opts;
960 opts = av_calloc(s->nb_streams, sizeof(*opts));
961 if (!opts) {
967 opts[i] = filter_codec_opts(codec_opts, s->streams[i]->codecpar->codec_id,
969 return opts;