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

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

Meta