A simple queue implementation used in libschroedinger. More...
#include <libschroedinger.h>
A simple queue implementation used in libschroedinger.
Definition at line 72 of file libschroedinger.h.
Pointer to head of queue.
Definition at line 74 of file libschroedinger.h.
Referenced by ff_schro_queue_free(), ff_schro_queue_init(), ff_schro_queue_pop(), and ff_schro_queue_push_back().
Pointer to tail of queue.
Definition at line 76 of file libschroedinger.h.
Referenced by ff_schro_queue_init(), and ff_schro_queue_push_back().
Queue size.
Definition at line 78 of file libschroedinger.h.
Referenced by ff_schro_queue_init(), ff_schro_queue_pop(), ff_schro_queue_push_back(), and libschroedinger_encode_frame().