OSDN Git Service

mips/acelp_filters: fix incorrect register constraint
authorJames Cowgill <james410@cowgill.org.uk>
Thu, 26 Feb 2015 13:42:52 +0000 (13:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 26 Feb 2015 15:40:34 +0000 (16:40 +0100)
commitb9de1303a6414174ab2f3bccefa801bfabcf0f88
treeabcd5107936b080b33084f4032c8fb48610318d3
parentf6bf745c5c2a79644064dc7a7b28da4a7d44854a
mips/acelp_filters: fix incorrect register constraint

Change register constraint on the v variable from = to +. This was causing GCC
to think that the v variable was never read and therefore not initialize it.

This fixes about 20 fate failures on mips64el.

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mips/acelp_filters_mips.c