refcounted data buffer API
More...
#include <stdint.h>
Go to the source code of this file.
Data Structures
A reference to a data buffer.
More...
Macros
Always treat the buffer as read-only, even when it has only one reference.
Functions
Create an
AVBuffer from an existing array.
Default free callback, which calls
av_free() on the buffer data.
Free a given reference and automatically free the buffer if there are no more references to it.
Create a writable reference from a given buffer reference, avoiding data copy if possible.
Reallocate a given buffer.
Allocate and initialize a buffer pool.
Mark the pool as being available for freeing.
Allocate a new
AVBuffer, reusing an old buffer from the pool when available.
Detailed Description
refcounted data buffer API
Definition in file buffer.h.