Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: include/libyuv/row.h

Issue 2152623002: fix typo in YUV (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | source/row_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/row.h
diff --git a/include/libyuv/row.h b/include/libyuv/row.h
index a32c85b01fd24b38ba0a1f9581527bef0990fe63..f7b09b108245851fc9833a4b42690df9cd0be6b0 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -422,7 +422,7 @@ typedef uint8 ulvec8[32];
#if defined(__aarch64__)
// This struct is for Arm64 color conversion.
-struct uvConstants {
+struct YuvConstants {
uvec16 kUVToRB;
uvec16 kUVToRB2;
uvec16 kUVToG;
« no previous file with comments | « no previous file | source/row_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698