Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ring_reset
Function
ring_reset
libavformat/async.c:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
static void ring_reset(RingBuffer *ring)
100
{
101
av_fifo_reset2(ring->fifo);
102
ring->read_pos = 0;
103
}
104
105
static int ring_size(RingBuffer *ring)
106
{
Callers
1
async_buffer_task
Function · 0.85
Calls
1
av_fifo_reset2
Function · 0.85
Tested by
no test coverage detected