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