#include "avcodec.h"
Go to the source code of this file.
Definition in file libdirac_libschro.h.
Returns the index into the Dirac Schro common video format info table.
Definition at line 48 of file libdirac_libschro.c.
Referenced by ff_get_schro_video_format_preset(), and GetDiracVideoFormatPreset().
Free the queue resources.
free_func is a function supplied by the caller to free any resources allocated by the caller. The data field of the queue element is passed to it.
Definition at line 74 of file libdirac_libschro.c.
Referenced by libdirac_encode_close(), libschroedinger_decode_close(), libschroedinger_encode_close(), and libschroedinger_flush().
Initialise the queue.
Definition at line 68 of file libdirac_libschro.c.
Referenced by libdirac_encode_init(), libschroedinger_decode_init(), libschroedinger_encode_init(), and libschroedinger_flush().
Return the first element in the queue.
Definition at line 100 of file libdirac_libschro.c.
Referenced by ff_dirac_schro_queue_free(), libdirac_encode_frame(), libschroedinger_decode_frame(), and libschroedinger_encode_frame().
Add an element to the end of the queue.
Definition at line 81 of file libdirac_libschro.c.
Referenced by libdirac_encode_frame(), libschroedinger_decode_frame(), and libschroedinger_encode_frame().