Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ring_destroy
Function
ring_destroy
libavformat/async.c:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
static void ring_destroy(RingBuffer *ring)
95
{
96
av_fifo_freep2(&ring->fifo);
97
}
98
99
static void ring_reset(RingBuffer *ring)
100
{
Callers
2
async_open
Function · 0.85
async_close
Function · 0.85
Calls
1
av_fifo_freep2
Function · 0.85
Tested by
no test coverage detected