跳到主要内容

av_buffer_alloc

搜索

函数 av_buffer_alloc 

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

Allocate an AVBuffer of the given size using av_malloc().

@return an AVBufferRef of given size or NULL when out of memory