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.
More...
Functions
Free a given reference and automatically free the buffer if there are no more references to it.
More...
Create a writable reference from a given buffer reference, avoiding data copy if possible.
More...
Allocate and initialize a buffer pool.
More...
Mark the pool as being available for freeing.
More...
Allocate a new
AVBuffer, reusing an old buffer from the pool when available.
More...
Detailed Description
refcounted data buffer API
Definition in file buffer.h.