mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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 <ilnik@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42068}
This commit is contained in:
parent
73c8101fcb
commit
7167c6fec9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue