FFBufQueue Struct Reference

Structure holding the queue. More...

#include <bufferqueue.h>

Collaboration diagram for FFBufQueue:
Collaboration graph

Data Fields

AVFramequeue [FF_BUFQUEUE_SIZE]
 
unsigned short head
 
unsigned short available
 number of available buffers More...
 

Detailed Description

Structure holding the queue.

Definition at line 49 of file bufferqueue.h.

Field Documentation

unsigned short FFBufQueue::available
unsigned short FFBufQueue::head

Definition at line 51 of file bufferqueue.h.

Referenced by ff_bufqueue_get().

AVFrame* FFBufQueue::queue[FF_BUFQUEUE_SIZE]

Definition at line 50 of file bufferqueue.h.

Referenced by ff_bufqueue_get(), and filter_frame().


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