shithub: openh264

Download patch

ref: cdce1b73ca1a39289e75f19e3ab97539e90e2436
parent: 0b0884874dc05f64cd7ecb4062e655223868e991
author: Martin Storsjö <martin@martin.st>
date: Fri Mar 27 07:03:24 EDT 2015

Remove a stray, unused parameter to a gnu binutils style macro in arm assembly

--- a/codec/common/arm/mc_neon.S
+++ b/codec/common/arm/mc_neon.S
@@ -162,7 +162,7 @@
 //  }
 .endm
 
-.macro FILTER_SINGLE_TAG_8BITS arg0, arg1,arg2, arg3, arg4,arg5     // when width=17/9, used
+.macro FILTER_SINGLE_TAG_8BITS arg0, arg1,arg2, arg3, arg4     // when width=17/9, used
 //  {   // input: src_d{Y[0][1][2][3][4][5]X, the even of working_q2}
     vrev64.8    \arg2, \arg0                // X[5][4][3][2][1][0]O
     vaddl.u8    \arg3, \arg0, \arg2         // each 16bits, *[50][41][32][23][14][05]*