跳到主要内容

av_hwdevice_ctx_init

搜索

函数 av_hwdevice_ctx_init 

源代码
pub unsafe extern "C" fn av_hwdevice_ctx_init(
    ref_: *mut AVBufferRef,
) -> c_int
展开描述

Finalize the device context before use. This function must be called after the context is filled with all the required information and before it is used in any way.

@param ref a reference to the AVHWDeviceContext @return 0 on success, a negative AVERROR code on failure