buffer_internal.h File Reference
#include <stdint.h>
#include "buffer.h"
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