FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFSchroQueueElement Struct Reference

queue element More...

#include <libschroedinger.h>

Data Fields

voiddata
 Data to be stored in queue.
 
struct FFSchroQueueElementnext
 Pointer to next element queue.
 

Detailed Description

queue element

Definition at line 61 of file libschroedinger.h.

Field Documentation

void* FFSchroQueueElement::data

Data to be stored in queue.

Definition at line 63 of file libschroedinger.h.

Referenced by ff_schro_queue_pop(), and ff_schro_queue_push_back().

struct FFSchroQueueElement* FFSchroQueueElement::next

Pointer to next element queue.

Definition at line 65 of file libschroedinger.h.

Referenced by ff_schro_queue_pop(), and ff_schro_queue_push_back().


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