Index: source/row_neon.cc |
diff --git a/source/row_neon.cc b/source/row_neon.cc |
index 0387aee6c6a0895dcab11c39c53eb844bd147759..9cc76e719928df6747059dc1a9825701d6452b03 100644 |
--- a/source/row_neon.cc |
+++ b/source/row_neon.cc |
@@ -134,7 +134,6 @@ extern "C" { |
"vqshrun.s16 d22, q9, #6 \n" /* R */ \ |
"vqshrun.s16 d21, q0, #6 \n" /* G */ |
- |
// BT.601 YUV to RGB reference |
// R = (Y - 16) * 1.164 - V * -1.596 |
// G = (Y - 16) * 1.164 - U * 0.391 - V * 0.813 |