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

Function gopher_read

libavformat/gopher.c:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static int gopher_read(URLContext *h, uint8_t *buf, int size)
118{
119 GopherContext *s = h->priv_data;
120 int len = ffurl_read(s->hd, buf, size);
121 return len;
122}
123
124#if CONFIG_GOPHER_PROTOCOL
125const URLProtocol ff_gopher_protocol = {

Callers

nothing calls this directly

Calls 1

ffurl_readFunction · 0.85

Tested by

no test coverage detected