Add CTA 861.3 info to HDR struct

Test: make
Bug: 63710530
Exempt-From-Owner-Approval: this adds a standard-defined struct
Change-Id: I51aba346f407c1c15d5af2b6fd855db6d3563735
This commit is contained in:
Courtney Goeltzenleuchter 2017-02-17 09:07:36 -07:00 committed by Chia-I Wu
parent b589cb7acc
commit b6eedba8a1
1 changed files with 5 additions and 0 deletions

View File

@ -257,6 +257,11 @@ struct android_smpte2086_metadata {
float minLuminance;
};
struct android_cta861_3_metadata {
float maxContentLightLevel;
float maxFrameAverageLightLevel;
};
#ifdef __cplusplus
}
#endif