Lines Matching refs:contexts
75 AVFormatContext **contexts = NULL;
137 contexts = av_calloc(s->nb_streams, sizeof(*contexts));
138 if (!contexts) {
160 ret = ff_rtp_chain_mux_open(&contexts[i], s, s->streams[i], fd, 0, i);
163 s->streams[i]->priv_data = contexts[i];
164 s->streams[i]->time_base = contexts[i]->streams[0]->time_base;
170 ff_format_set_url(contexts[i], new_url);
174 av_dict_set(&contexts[0]->metadata, "title", title->value, 0);
230 if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos],
235 av_freep(&contexts);
249 av_free(contexts);