Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ring_size
Function
ring_size
libavformat/async.c:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
static int ring_size(RingBuffer *ring)
106
{
107
return av_fifo_can_read(ring->fifo) - ring->read_pos;
108
}
109
110
static int ring_space(RingBuffer *ring)
111
{
Callers
4
ring_read
Function · 0.85
ring_drain
Function · 0.85
async_read_internal
Function · 0.85
async_seek
Function · 0.85
Calls
1
av_fifo_can_read
Function · 0.85
Tested by
no test coverage detected