FFmpeg 5.1.6
|
#include <libavutil/fifo.h>
Data Fields | |
uint8_t * | buffer |
uint8_t * | rptr |
uint8_t * | wptr |
uint8_t * | end |
uint32_t | rndx |
uint32_t | wndx |
uint8_t* AVFifoBuffer::buffer |
Definition at line 227 of file fifo.h.
Referenced by av_fifo_peek2().
uint8_t* AVFifoBuffer::rptr |
Definition at line 228 of file fifo.h.
Referenced by av_fifo_peek2().
uint8_t * AVFifoBuffer::end |
Definition at line 228 of file fifo.h.
Referenced by av_fifo_peek2().