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.
pub unsafe extern "C" fn av_buffer_allocz(
size: c_int,
) -> *mut AVBufferRef
Same as av_buffer_alloc(), except the returned buffer will be initialized to zero.