MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_http_do_new_request

Function ff_http_do_new_request

libavformat/http.c:523–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523int ff_http_do_new_request(URLContext *h, const char *uri) {
524 return ff_http_do_new_request2(h, uri, NULL);
525}
526
527int ff_http_do_new_request2(URLContext *h, const char *uri, AVDictionary **opts)
528{

Callers 3

hlsenc_io_openFunction · 0.85
rtmp_http_send_cmdFunction · 0.85
dashenc_io_openFunction · 0.85

Calls 1

ff_http_do_new_request2Function · 0.85

Tested by

no test coverage detected