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...
 
#define  BUFFER_FLAG_NO_FREE   (1 << 1)
  The AVBuffer structure is part of a larger structure and should not be freed. 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.

BUFFER_FLAG_NO_FREE

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


Generated on Wed Aug 24 2022 21:38:51 for FFmpeg by   doxygen 1.8.17

AltStyle によって変換されたページ (->オリジナル) /