ffmpeg-d v3.0.0 (2017-08-26T14:53:46Z)
Dub
Repo
AV_BUFFER_FLAG_READONLY
ffmpeg
libavutil
buffer
Always treat the buffer as read-only, even when it has only one reference.
@
nogc
nothrow extern (
C
)
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_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.