FFmpeg
Loading...
Searching...
No Matches
Queue Struct Reference

Linear double-ended data structure. More...

Data Fields

FFTaskhead
 
FFTasktail
 
QueueEntryhead
 
QueueEntrytail
 
size_t length
 

Detailed Description

Linear double-ended data structure.

Definition at line 51 of file executor.c.

Field Documentation

◆ head [1/2]

◆ tail [1/2]

◆ head [2/2]

QueueEntry* Queue::head

Definition at line 34 of file queue.c.

◆ tail [2/2]

QueueEntry* Queue::tail

Definition at line 35 of file queue.c.

◆ length


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