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

Function http_proxy_write

libavformat/http.c:2340–2344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338}
2339
2340static int http_proxy_write(URLContext *h, const uint8_t *buf, int size)
2341{
2342 HTTPContext *s = h->priv_data;
2343 return ffurl_write(s->hd, buf, size);
2344}
2345
2346const URLProtocol ff_httpproxy_protocol = {
2347 .name = "httpproxy",

Callers

nothing calls this directly

Calls 1

ffurl_writeFunction · 0.85

Tested by

no test coverage detected