Index: source/row_msa.cc |
diff --git a/source/row_msa.cc b/source/row_msa.cc |
index d0990b4ff8f799d82157da76e6a145e7e22df81c..b747a77ec5cbc49a400931aec6001f6ce3061181 100644 |
--- a/source/row_msa.cc |
+++ b/source/row_msa.cc |
@@ -19,6 +19,7 @@ namespace libyuv { |
extern "C" { |
#endif |
+// Convert 8 pixels of YUV 420 to RGB. |
#define I422TORGB(in0, in1, in2, ub, vr, ug, vg, \ |
bb, bg, br, yg, out0, out1, out2) { \ |
v8i16 vec0_m; \ |