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