diff --git a/libsystem/include/system/graphics.h b/libsystem/include/system/graphics.h index 1a9918797..657370b9c 100644 --- a/libsystem/include/system/graphics.h +++ b/libsystem/include/system/graphics.h @@ -257,6 +257,11 @@ struct android_smpte2086_metadata { float minLuminance; }; +struct android_cta861_3_metadata { + float maxContentLightLevel; + float maxFrameAverageLightLevel; +}; + #ifdef __cplusplus } #endif