#include <stddef.h>
#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...
Ensure dst refers to the same data as src.
More...
Allocate and initialize a buffer pool.
More...
Allocate and initialize a buffer pool with a more complex allocator.
More...
Mark the pool as being available for freeing.
More...
Allocate a new
AVBuffer, reusing an old buffer from the pool when available.
More...
Query the original opaque parameter of an allocated buffer in the pool.
More...
Detailed Description
refcounted data buffer API
Definition in file buffer.h.