FFmpeg
Data Fields
AVFifo Struct Reference

Data Fields

uint8_t * buffer
 
size_t elem_size
 
size_t nb_elems
 
size_t offset_r
 
size_t offset_w
 
int is_empty
 
unsigned int flags
 
size_t auto_grow_limit
 

Detailed Description

Definition at line 35 of file fifo.c.

Field Documentation

◆ buffer

uint8_t* AVFifo::buffer

Definition at line 36 of file fifo.c.

◆ elem_size

size_t AVFifo::elem_size

Definition at line 38 of file fifo.c.

◆ nb_elems

size_t AVFifo::nb_elems

Definition at line 38 of file fifo.c.

◆ offset_r

size_t AVFifo::offset_r

Definition at line 39 of file fifo.c.

◆ offset_w

size_t AVFifo::offset_w

Definition at line 39 of file fifo.c.

◆ is_empty

int AVFifo::is_empty

Definition at line 41 of file fifo.c.

◆ flags

unsigned int AVFifo::flags

Definition at line 43 of file fifo.c.

◆ auto_grow_limit

size_t AVFifo::auto_grow_limit

Definition at line 44 of file fifo.c.


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