FFmpeg
|
queue element More...
#include <libschroedinger.h>
Data Fields | |
void * | data |
Data to be stored in queue. | |
struct FFSchroQueueElement * | next |
Pointer to next element queue. | |
queue element
Definition at line 61 of file libschroedinger.h.
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().