FFmpeg  1.2.12
Data Fields
FFBufQueue Struct Reference

Structure holding the queue. More...

#include <bufferqueue.h>

Data Fields

AVFilterBufferRefqueue [FF_BUFQUEUE_SIZE]
unsigned short head
unsigned short available
 number of available buffers

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().

AVFilterBufferRef* 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: