跳到主要内容

av_buffer_allocz

搜索

函数 av_buffer_allocz 

源代码
pub unsafe extern "C" fn av_buffer_allocz(
    size: usize,
) -> *mut AVBufferRef
展开描述

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