Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d18b1162 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add CTA 861.3 info to HDR struct"

parents 1b5f4836 b6eedba8
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -257,6 +257,11 @@ struct android_smpte2086_metadata {
    float minLuminance;
    float minLuminance;
};
};


struct android_cta861_3_metadata {
    float maxContentLightLevel;
    float maxFrameAverageLightLevel;
};

#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif