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
pub unsafe extern "C" fn av_buffer_alloc(
size: c_int,
) -> *mut AVBufferRef
Allocate an AVBuffer of the given size using av_malloc().
@return an AVBufferRef of given size or NULL when out of memory