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

Function ring_space

libavformat/async.c:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static int ring_space(RingBuffer *ring)
111{
112 return av_fifo_can_write(ring->fifo);
113}
114
115static int ring_read(RingBuffer *ring, void *dest, int buf_size)
116{

Callers 2

ring_writeFunction · 0.85
async_buffer_taskFunction · 0.85

Calls 1

av_fifo_can_writeFunction · 0.85

Tested by

no test coverage detected