A reference counted buffer type. More...
#include <buffer_internal.h>
A reference counted buffer type.
It is opaque and is meant to be used through references (AVBufferRef).
Definition at line 35 of file buffer_internal.h.
data described by this buffer
Definition at line 36 of file buffer_internal.h.
Referenced by av_buffer_create(), av_buffer_realloc(), av_buffer_unref(), and pool_alloc_buffer().
size of data in bytes
Definition at line 37 of file buffer_internal.h.
Referenced by av_buffer_create(), and av_buffer_realloc().
number of existing AVBufferRef instances referring to this buffer
Definition at line 42 of file buffer_internal.h.
Referenced by av_buffer_create(), av_buffer_get_ref_count(), av_buffer_is_writable(), av_buffer_ref(), and av_buffer_unref().
a callback for freeing the data
Definition at line 47 of file buffer_internal.h.
Referenced by av_buffer_create(), av_buffer_unref(), and pool_alloc_buffer().
an opaque pointer, to be used by the freeing callback
Definition at line 52 of file buffer_internal.h.
Referenced by av_buffer_create(), av_buffer_get_opaque(), av_buffer_unref(), and pool_alloc_buffer().
A combination of BUFFER_FLAG_*.
Definition at line 57 of file buffer_internal.h.
Referenced by av_buffer_create(), av_buffer_is_writable(), and av_buffer_realloc().