mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-04-30 19:09:18 +08:00
Fix typo
Change-Id: I4dea1bcacc7d10dd2db74f4b221db42e2deade83 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7762903 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Reviewed-by: richard winterton <rrwinterton@gmail.com>
This commit is contained in:
parent
94644361b4
commit
dec8272138
@ -5311,7 +5311,7 @@ int NV12ToRGB565(const uint8_t* src_y,
|
||||
width, height);
|
||||
}
|
||||
|
||||
// Convert I422 to RGBA with matrix.
|
||||
// Convert I420 to RGBA with matrix.
|
||||
LIBYUV_API
|
||||
int I420ToRGBAMatrix(const uint8_t* src_y,
|
||||
int src_stride_y,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user