MCPcopy 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
94static void ring_destroy(RingBuffer *ring)
95{
96 av_fifo_freep2(&ring->fifo);
97}
98
99static void ring_reset(RingBuffer *ring)
100{

Callers 2

async_openFunction · 0.85
async_closeFunction · 0.85

Calls 1

av_fifo_freep2Function · 0.85

Tested by

no test coverage detected