av_opt_set_dict 3049 ffmpeg.c ret = av_opt_set_dict(ost->enc_ctx, &ost->encoder_opts); av_opt_set_dict 1385 libavcodec/utils.c if (codec->priv_class && (ret = av_opt_set_dict(avctx->priv_data, &tmp)) < 0) av_opt_set_dict 1390 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 143 libavfilter/af_resample.c ret = av_opt_set_dict(s->avr, &s->options); av_opt_set_dict 850 libavfilter/avfilter.c ret = av_opt_set_dict(ctx, options); av_opt_set_dict 866 libavfilter/avfilter.c ret = av_opt_set_dict(ctx->priv, options); av_opt_set_dict 276 libavformat/avio.c (ret = av_opt_set_dict((*puc)->priv_data, options)) < 0) av_opt_set_dict 278 libavformat/avio.c if ((ret = av_opt_set_dict(*puc, options)) < 0) av_opt_set_dict 217 libavformat/mux.c if ((ret = av_opt_set_dict(s, &tmp)) < 0) av_opt_set_dict 421 libavformat/utils.c if ((ret = av_opt_set_dict(s, &tmp)) < 0) av_opt_set_dict 456 libavformat/utils.c if ((ret = av_opt_set_dict(s->priv_data, &tmp)) < 0) av_opt_set_dict 525 libavutil/opt.h int av_opt_set_dict(void *obj, struct AVDictionary **options);