21 #ifndef AVUTIL_COLOR_UTILS_H
22 #define AVUTIL_COLOR_UTILS_H
double(* avpriv_trc_function)(double)
AVColorTransferCharacteristic
Color Transfer Characteristic.
avpriv_trc_function avpriv_get_trc_function_from_trc(enum AVColorTransferCharacteristic trc)
Determine the function needed to apply the given AVColorTransferCharacteristic to linear input...
double avpriv_get_gamma_from_trc(enum AVColorTransferCharacteristic trc)
Determine a suitable 'gamma' value to match the supplied AVColorTransferCharacteristic.