FFmpeg
|
buffer_internal.h File Reference
Include dependency graph for buffer_internal.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | AVBuffer |
struct | BufferPoolEntry |
struct | AVBufferPool |
Macros | |
#define | BUFFER_FLAG_READONLY (1 << 0) |
The buffer is always treated as read-only. More... | |
#define | BUFFER_FLAG_REALLOCATABLE (1 << 1) |
The buffer was av_realloc()ed, so it is reallocatable. More... | |
Typedefs | |
typedef struct BufferPoolEntry | BufferPoolEntry |
Macro Definition Documentation
#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().
Typedef Documentation
typedef struct BufferPoolEntry BufferPoolEntry |
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11