av_buffer_alloc

Allocate an AVBuffer of the given size using av_malloc().

@return an AVBufferRef of given size or NULL when out of memory

extern (C) @nogc nothrow
av_buffer_alloc
(
int size
)

Meta