FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
buffer_internal.h File Reference
#include <stdint.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_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.
 

Macro Definition Documentation

#define BUFFER_FLAG_READONLY   (1 << 0)

The buffer is always treated as read-only.

Definition at line 30 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 34 of file buffer_internal.h.

Referenced by av_buffer_realloc().