FFmpeg
Data Fields
AVFifoBuffer Struct Reference

#include <fifo.h>

Data Fields

uint8_tbuffer
 
uint8_trptr
 
uint8_twptr
 
uint8_tend
 
uint32_t rndx
 
uint32_t wndx
 

Detailed Description

Definition at line 31 of file fifo.h.

Field Documentation

◆ buffer

uint8_t* AVFifoBuffer::buffer

Definition at line 32 of file fifo.h.

Referenced by av_fifo_realloc2(), and flac_parse().

◆ rptr

uint8_t* AVFifoBuffer::rptr

Definition at line 33 of file fifo.h.

◆ wptr

uint8_t * AVFifoBuffer::wptr

Definition at line 33 of file fifo.h.

Referenced by av_fifo_realloc2(), and flac_parse().

◆ end

uint8_t * AVFifoBuffer::end

Definition at line 33 of file fifo.h.

Referenced by flac_parse().

◆ rndx

uint32_t AVFifoBuffer::rndx

Definition at line 34 of file fifo.h.

Referenced by main().

◆ wndx

uint32_t AVFifoBuffer::wndx

Definition at line 34 of file fifo.h.

Referenced by av_fifo_realloc2(), flac_parse(), and main().


The documentation for this struct was generated from the following file: