commit | 37d07c04156e1bd9f9039612cfc008e086a85953 | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Thu Oct 05 17:32:32 2023 +0000 |
committer | Sally Qi <sallyqi@google.com> | Thu Oct 05 17:32:35 2023 +0000 |
tree | f08ba9a0e5e35254038587899fc3da8b748d0d96 | |
parent | af8e30b6728029b510874be59d4500f70788e920 [diff] [blame] |
Correct the comment in Output::getBestDataspace. Bug: N/A Change-Id: Ia34db4dd225752054478ca9977d88657cf556a0c Test: builds
diff --git a/services/surfaceflinger/CompositionEngine/src/Output.cpp b/services/surfaceflinger/CompositionEngine/src/Output.cpp index 78c23da..775e6d5 100644 --- a/services/surfaceflinger/CompositionEngine/src/Output.cpp +++ b/services/surfaceflinger/CompositionEngine/src/Output.cpp
@@ -967,7 +967,7 @@ case ui::Dataspace::BT2020_ITU_HLG: bestDataSpace = ui::Dataspace::DISPLAY_P3; // When there's mixed PQ content and HLG content, we set the HDR - // data space to be BT2020_PQ and convert HLG to PQ. + // data space to be BT2020_HLG and convert PQ to HLG. if (*outHdrDataSpace == ui::Dataspace::UNKNOWN) { *outHdrDataSpace = ui::Dataspace::BT2020_HLG; }