跳到主要内容

swr_is_initialized

搜索

函数 swr_is_initialized 

源代码
pub unsafe extern "C" fn swr_is_initialized(
    s: *mut SwrContext,
) -> c_int
展开描述

Check whether an swr context has been initialized or not.

@param[in] s Swr context to check @see swr_init() @return positive if it has been initialized, 0 if not initialized