跳到主要内容

av_buffer_ref

搜索

函数 av_buffer_ref 

源代码
pub unsafe extern "C" fn av_buffer_ref(
    buf: *const AVBufferRef,
) -> *mut AVBufferRef
展开描述

Create a new reference to an AVBuffer.

@return a new AVBufferRef referring to the same AVBuffer as buf or NULL on failure.