Function av_buffer_allocz

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

Same as av_buffer_alloc(), except the returned buffer will be initialized to zero.