Home
last modified time | relevance | path

Searched refs:http_opts (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddashenc.c173 AVDictionary *http_opts; member
480 av_dict_copy(options, c->http_opts, 0); in set_http_options()
514 AVDictionary *http_opts = NULL; in write_hls_media_playlist() local
533 set_http_options(&http_opts, c); in write_hls_media_playlist()
534 ret = dashenc_io_open(s, &c->m3u8_out, temp_filename_hls, &http_opts); in write_hls_media_playlist()
535 av_dict_free(&http_opts); in write_hls_media_playlist()
1857 AVDictionary *http_opts = NULL; in dashenc_delete_file() local
1859 set_http_options(&http_opts, c); in dashenc_delete_file()
1860 av_dict_set(&http_opts, "method", "DELETE", 0); in dashenc_delete_file()
1862 if (dashenc_io_open(s, &out, filename, &http_opts) < in dashenc_delete_file()
[all...]

Completed in 4 milliseconds