FFmpeg
Data Structures | Macros
buffer_internal.h File Reference
#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...
 

Macro Definition Documentation

◆ BUFFER_FLAG_REALLOCATABLE

#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.