diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2018-05-01 19:15:06 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-05-01 19:15:06 -0700 |
commit | 771f04711e4163e1821a3614beed7b1a7e1387cd (patch) | |
tree | c5826db9d34f8c3391600c3757702920f0275ee2 /include | |
parent | 081dd5faf9728c71a1e665869b74921520d49ab7 (diff) | |
parent | d761c1a87b407cadc30200e82b7ee8575a46d7e4 (diff) |
Merge "display: Add support for legacy Wide Color Gamut"
Diffstat (limited to 'include')
-rw-r--r-- | include/color_metadata.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/color_metadata.h b/include/color_metadata.h index 3ddf7577..25dc5b52 100644 --- a/include/color_metadata.h +++ b/include/color_metadata.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. +* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditions are met: @@ -33,8 +33,9 @@ extern "C" { #include <stdint.h> typedef enum ColorRange { - Range_Limited = 0, - Range_Full = 1, + Range_Limited = 0, + Range_Full = 1, + Range_Extended = 2, Range_Max = 0xff, } ColorRange; |