FFmpeg
Data Fields
FFBufQueue Struct Reference

Structure holding the queue. More...

#include <bufferqueue.h>

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

◆ queue

AVFrame* FFBufQueue::queue[FF_BUFQUEUE_SIZE]

Definition at line 50 of file bufferqueue.h.

Referenced by ff_bufqueue_get().

◆ head

unsigned short FFBufQueue::head

Definition at line 51 of file bufferqueue.h.

Referenced by ff_bufqueue_get().

◆ available

unsigned short FFBufQueue::available

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