Type Alias av_csp_trc_function
pub type av_csp_trc_function = Option<unsafe extern "C" fn(f64) -> f64>;
Expand description
Function pointer representing a double -> double transfer function that performs an EOTF transfer inversion. This function outputs linear light.
Aliased Type§
enum av_csp_trc_function {
None,
Some(unsafe extern "C" fn(f64) -> f64),
}