pub unsafe extern "C" fn sws_test_transfer(
trc: AVColorTransferCharacteristic,
output: c_int,
) -> c_int展开描述
Test if a given color transfer function is supported.
@param output If 0, test if compatible with the source/input frame; otherwise, with the destination/output frame. @param trc The color transfer function to check.
@return A positive integer if supported, 0 otherwise.