FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

AVFilterBufferRef* FFBufQueue::queue[FF_BUFQUEUE_SIZE]

Definition at line 50 of file bufferqueue.h.

Referenced by ff_bufqueue_get(), and filter_frame().

unsigned short FFBufQueue::head

Definition at line 51 of file bufferqueue.h.

Referenced by ff_bufqueue_get().

unsigned short FFBufQueue::available

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