FFmpeg 6.1.1
|
#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 245 of file fifo.h.
Referenced by av_fifo_peek2().
uint8_t* AVFifoBuffer::rptr |
Definition at line 246 of file fifo.h.
Referenced by av_fifo_peek2().
uint8_t * AVFifoBuffer::end |
Definition at line 246 of file fifo.h.
Referenced by av_fifo_peek2().