[][src]Function ffmpeg_dev::sys::av_buffer_alloc

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