Function av_buffer_alloc

Source
pub unsafe extern "C" fn av_buffer_alloc(
    size: c_int,
) -> *mut AVBufferRef
Expand description

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

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