From 7167c6fec98cf3cada3f4240cfe3a82d0d1a132a Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Thu, 11 Apr 2024 11:46:24 -0700 Subject: [PATCH] Add Type::kI410 to comment for PlanarYuv16BBuffer Bug: None Change-Id: I9b72577a0bc33316fbf4789b5509cf09976db77d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346710 Reviewed-by: Ilya Nikolaevskiy Reviewed-by: Philip Eliasson Commit-Queue: Ilya Nikolaevskiy Reviewed-by: Sergey Silkin Cr-Commit-Position: refs/heads/main@{#42068} --- api/video/video_frame_buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/video/video_frame_buffer.h b/api/video/video_frame_buffer.h index ca6e9067db..4e5d40c3f3 100644 --- a/api/video/video_frame_buffer.h +++ b/api/video/video_frame_buffer.h @@ -224,8 +224,8 @@ class I444BufferInterface : public PlanarYuv8Buffer { ~I444BufferInterface() override {} }; -// This interface represents 8-bit to 16-bit color depth formats: Type::kI010 or -// Type::kI210 . +// This interface represents 8-bit to 16-bit color depth formats: Type::kI010, +// Type::kI210, or Type::kI410. class PlanarYuv16BBuffer : public PlanarYuvBuffer { public: // Returns pointer to the pixel data for a given plane. The memory is owned by