FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AVBuffer |
A reference counted buffer type. More... | |
struct | BufferPoolEntry |
struct | AVBufferPool |
The buffer pool. More... | |
Macros | |
#define | BUFFER_FLAG_READONLY (1 << 0) |
The buffer is always treated as read-only. | |
#define | BUFFER_FLAG_REALLOCATABLE (1 << 1) |
The buffer was av_realloc()ed, so it is reallocatable. | |
#define BUFFER_FLAG_READONLY (1 << 0) |
The buffer is always treated as read-only.
Definition at line 29 of file buffer_internal.h.
Referenced by av_buffer_create().
#define BUFFER_FLAG_REALLOCATABLE (1 << 1) |
The buffer was av_realloc()ed, so it is reallocatable.
Definition at line 33 of file buffer_internal.h.
Referenced by av_buffer_realloc().