From 40c297d6e05b4be7d480d27c3f4907e5dde09c09 Mon Sep 17 00:00:00 2001 From: Peiyong Lin Date: Tue, 5 Mar 2019 13:50:23 -0800 Subject: [PATCH] Fix wrong comments of SCRGB in ADataSpace. BUG: 127511477 Test: N/A Change-Id: If0f3cbcbbdc5de7be52ce909284238ebf1f3d5cc --- libs/nativewindow/include/android/data_space.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nativewindow/include/android/data_space.h b/libs/nativewindow/include/android/data_space.h index 3ac1c58ea9..2899bcf1f7 100644 --- a/libs/nativewindow/include/android/data_space.h +++ b/libs/nativewindow/include/android/data_space.h @@ -75,7 +75,7 @@ enum ADataSpace { * scRGB: * * The red, green, and blue components are stored in extended sRGB space, - * but are linear, not gamma-encoded. + * and gamma-encoded using the SRGB transfer function. * The RGB primaries and the white point are the same as BT.709. * * The values are floating point. -- 2.11.0