MCPcopy 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
99static void ring_reset(RingBuffer *ring)
100{
101 av_fifo_reset2(ring->fifo);
102 ring->read_pos = 0;
103}
104
105static int ring_size(RingBuffer *ring)
106{

Callers 1

async_buffer_taskFunction · 0.85

Calls 1

av_fifo_reset2Function · 0.85

Tested by

no test coverage detected