FFmpeg
Data Fields
Queue Struct Reference

Linear double-ended data structure. More...

Data Fields

QueueEntryhead
 
QueueEntrytail
 
size_t length
 

Detailed Description

Linear double-ended data structure.

Definition at line 33 of file queue.c.

Field Documentation

◆ head

QueueEntry* Queue::head

◆ tail

QueueEntry* Queue::tail

Definition at line 35 of file queue.c.

Referenced by ff_queue_create(), ff_queue_peek_back(), ff_queue_pop_back(), and ff_queue_push_back().

◆ length

size_t Queue::length

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