From 5eb521955a7cb03cd6e1aeef937bdbf22669c865 Mon Sep 17 00:00:00 2001 From: Chunbo Hua Date: Mon, 24 Jul 2023 16:51:51 +0800 Subject: [PATCH] Correct typo from valee to value for color space definitions Bug: None Change-Id: I7854669de1216385e188bc53ee0cbd26c002c680 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/312741 Reviewed-by: Henrik Andreassson Commit-Queue: Henrik Andreassson Cr-Commit-Position: refs/heads/main@{#40489} --- api/video/color_space.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/video/color_space.h b/api/video/color_space.h index a7ad86b016..e491c52e72 100644 --- a/api/video/color_space.h +++ b/api/video/color_space.h @@ -101,7 +101,7 @@ class RTC_EXPORT ColorSpace { kInvalid = 0, // Limited Rec. 709 color range with RGB values ranging from 16 to 235. kLimited = 1, - // Full RGB color range with RGB valees from 0 to 255. + // Full RGB color range with RGB values from 0 to 255. kFull = 2, // Range is defined by MatrixCoefficients/TransferCharacteristics. kDerived = 3,