| Index: third_party/qcms/src/qcms.h
|
| diff --git a/third_party/qcms/src/qcms.h b/third_party/qcms/src/qcms.h
|
| index f71f2584cfbc774d231424ca6496837d4793930f..9efe21fa7cb7c6b89aec7e6c9618693330a62867 100644
|
| --- a/third_party/qcms/src/qcms.h
|
| +++ b/third_party/qcms/src/qcms.h
|
| @@ -132,6 +132,8 @@ void qcms_profile_precache_output_transform(qcms_profile *profile);
|
| size_t qcms_profile_get_vcgt_channel_length(qcms_profile *profile);
|
| qcms_bool qcms_profile_get_vcgt_rgb_channels(qcms_profile *profile, unsigned short *data);
|
|
|
| +float qcms_profile_ntsc_relative_gamut_size(qcms_profile *profile);
|
| +
|
| qcms_transform* qcms_transform_create(
|
| qcms_profile *in, qcms_data_type in_type,
|
| qcms_profile *out, qcms_data_type out_type,
|
|
|