Index: include/libyuv/row.h |
diff --git a/include/libyuv/row.h b/include/libyuv/row.h |
index 4fa44e33b8e6e024123e79f0cf2a52e114b32f8a..8695d894dcc48615138909fe3c2062a441798963 100644 |
--- a/include/libyuv/row.h |
+++ b/include/libyuv/row.h |
@@ -428,10 +428,10 @@ typedef uint8 ulvec8[32]; |
// This struct is for Arm color conversion. |
struct YuvConstants { |
- uvec8 kUVToRB; |
- uvec8 kUVToG; |
- vec16 kUVBiasBGR; |
- vec32 kYToRgb; |
+ uvec8 kUVToRB; |
+ uvec8 kUVToG; |
+ vec16 kUVBiasBGR; |
+ vec32 kYToRgb; |
}; |
#else |
@@ -458,7 +458,6 @@ struct YuvConstants { |
#endif |
extern struct YuvConstants kYuvConstants; |
-extern struct YuvConstants kYvuConstants; |
extern struct YuvConstants kYuvJConstants; |
extern struct YuvConstants kYuvHConstants; |