]> git.sesse.net Git - ffmpeg/commit
mips/aacpsdsp: fix definition of ps_decorrelate_mips
authorJames Cowgill <james410@cowgill.org.uk>
Thu, 26 Feb 2015 13:42:44 +0000 (13:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 26 Feb 2015 14:46:14 +0000 (15:46 +0100)
commit390771481ab712a2835397b569288c4c541dc2a0
treeccbc21ef6e994ebcbe2d0bef344bf9cf99a6723d
parent213e823dc6bcd965eb212bc820bf0c5a3617103c
mips/aacpsdsp: fix definition of ps_decorrelate_mips

Q_fract should have be declared as 'const float*'.
Also fix the constness of some local variables affected by this.

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