FFmpeg  2.8.17
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
FifoContext Struct Reference

Data Fields

Buf root
 
Buflast
 last buffered frame More...
 
AVFrameout
 When a specific number of output samples is requested, the partial buffer is stored here. More...
 
int allocated_samples
 number of samples out was allocated for More...
 

Detailed Description

Definition at line 42 of file fifo.c.

Field Documentation

Buf FifoContext::root

Definition at line 43 of file fifo.c.

Referenced by init(), queue_pop(), request_frame(), return_audio_frame(), and uninit().

Buf* FifoContext::last

last buffered frame

Definition at line 44 of file fifo.c.

Referenced by add_to_queue(), init(), and queue_pop().

AVFrame* FifoContext::out

When a specific number of output samples is requested, the partial buffer is stored here.

Definition at line 50 of file fifo.c.

Referenced by return_audio_frame(), and uninit().

int FifoContext::allocated_samples

number of samples out was allocated for

Definition at line 51 of file fifo.c.

Referenced by return_audio_frame().


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