av_opt_set_dict  3037 fftools/ffmpeg.c         ret = av_opt_set_dict(ost->enc_ctx, &ost->encoder_opts);
av_opt_set_dict   613 libavcodec/utils.c         if (codec->priv_class && (ret = av_opt_set_dict(avctx->priv_data, &tmp)) < 0)
av_opt_set_dict   618 libavcodec/utils.c     if ((ret = av_opt_set_dict(avctx, &tmp)) < 0)
av_opt_set_dict   156 libavdevice/avdevice.c     if (((ret = av_opt_set_dict(s->priv_data, device_options)) < 0))
av_opt_set_dict   149 libavfilter/af_resample.c         ret = av_opt_set_dict(s->avr, &s->options);
av_opt_set_dict   886 libavfilter/avfilter.c     ret = av_opt_set_dict(ctx, options);
av_opt_set_dict   320 libavformat/avio.c         (ret = av_opt_set_dict(*puc, options)) < 0)
av_opt_set_dict   323 libavformat/avio.c         (ret = av_opt_set_dict((*puc)->priv_data, options)) < 0)
av_opt_set_dict   342 libavformat/avio.c     if ((ret = av_opt_set_dict(*puc, options)) < 0)
av_opt_set_dict   554 libavformat/avio.c             (ret = av_opt_set_dict(h->priv_data, options)) < 0)
av_opt_set_dict   382 libavformat/http.c     if ((ret = av_opt_set_dict(s, opts)) < 0)
av_opt_set_dict   243 libavformat/mux.c     if ((ret = av_opt_set_dict(s, &tmp)) < 0)
av_opt_set_dict   556 libavformat/utils.c     if ((ret = av_opt_set_dict(s, &tmp)) < 0)
av_opt_set_dict   616 libavformat/utils.c             if ((ret = av_opt_set_dict(s->priv_data, &tmp)) < 0)
av_opt_set_dict   481 libavutil/opt.h int av_opt_set_dict(void *obj, struct AVDictionary **options);