跳到主要内容

sws_getCoefficients

搜索

函数 sws_getCoefficients 

源代码
pub unsafe extern "C" fn sws_getCoefficients(
    colorspace: c_int,
) -> *const c_int
展开描述

Return a pointer to yuv<->rgb coefficients for the given colorspace suitable for sws_setColorspaceDetails().

@param colorspace One of the SWS_CS_* macros. If invalid, SWS_CS_DEFAULT is used.