Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
static int ring_space(RingBuffer *ring)
111
{
112
return av_fifo_can_write(ring->fifo);
113
}
114
115
static int ring_read(RingBuffer *ring, void *dest, int buf_size)
116
{
Callers
2
ring_write
Function · 0.85
async_buffer_task
Function · 0.85
Calls
1
av_fifo_can_write
Function · 0.85
Tested by
no test coverage detected