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

Function async_read

libavformat/async.c:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static int async_read(URLContext *h, unsigned char *buf, int size)
388{
389 return async_read_internal(h, buf, size);
390}
391
392static int64_t async_seek(URLContext *h, int64_t pos, int whence)
393{

Callers

nothing calls this directly

Calls 1

async_read_internalFunction · 0.85

Tested by

no test coverage detected