ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
AV_BUFFER_FLAG_READONLY
ffmpeg
libavutil
buffer
Always treat the buffer as read-only, even when it has only one reference.
extern (
C
) @
nogc
nothrow
enum
AV_BUFFER_FLAG_READONLY
=
1
<<
0
;
Meta
Source
See Source File
ffmpeg
libavutil
buffer
functions
av_buffer_alloc
av_buffer_allocz
av_buffer_create
av_buffer_default_free
av_buffer_get_opaque
av_buffer_get_ref_count
av_buffer_is_writable
av_buffer_make_writable
av_buffer_pool_get
av_buffer_pool_init
av_buffer_pool_init2
av_buffer_pool_uninit
av_buffer_realloc
av_buffer_ref
av_buffer_unref
manifest constants
AV_BUFFER_FLAG_READONLY
structs
AVBuffer
AVBufferPool
AVBufferRef
Always treat the buffer as read-only, even when it has only one reference.