pub unsafe extern "C" fn av_buffer_allocz(
size: usize,
) -> *mut AVBufferRefExpand description
Same as av_buffer_alloc(), except the returned buffer will be initialized to zero.
pub unsafe extern "C" fn av_buffer_allocz(
size: usize,
) -> *mut AVBufferRefSame as av_buffer_alloc(), except the returned buffer will be initialized to zero.