| FFmpeg
    | 
#include <stdatomic.h>#include <stdint.h>#include "internal.h"#include "buffer.h"#include "thread.h"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_REALLOCATABLE (1 << 0) | 
| The buffer was av_realloc()ed, so it is reallocatable.  More... | |
| #define | BUFFER_FLAG_NO_FREE (1 << 1) | 
| The AVBuffer structure is part of a larger structure and should not be freed.  More... | |
| #define BUFFER_FLAG_REALLOCATABLE (1 << 0) | 
The buffer was av_realloc()ed, so it is reallocatable.
Definition at line 32 of file buffer_internal.h.
| #define BUFFER_FLAG_NO_FREE (1 << 1) | 
The AVBuffer structure is part of a larger structure and should not be freed.
Definition at line 37 of file buffer_internal.h.
 1.8.17
 1.8.17