Function rsmpeg::ffi::sws_getCoefficients[][src]

pub unsafe extern "C" fn sws_getCoefficients(colorspace: i32) -> *const i32
Expand description

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.