Lines Matching defs:http_opts
173 AVDictionary *http_opts;
480 av_dict_copy(options, c->http_opts, 0);
514 AVDictionary *http_opts = NULL;
533 set_http_options(&http_opts, c);
534 ret = dashenc_io_open(s, &c->m3u8_out, temp_filename_hls, &http_opts);
535 av_dict_free(&http_opts);
1857 AVDictionary *http_opts = NULL;
1859 set_http_options(&http_opts, c);
1860 av_dict_set(&http_opts, "method", "DELETE", 0);
1862 if (dashenc_io_open(s, &out, filename, &http_opts) < 0) {
1866 av_dict_free(&http_opts);
2403 { "http_opts", "HTTP protocol options", OFFSET(http_opts), AV_OPT_TYPE_DICT, { .str = NULL }, 0, 0, E },