1
0
Fork 0
forked from len0rd/rockbox

Commited the wrong thing, fix zeroing in cook.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21989 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-07-21 03:47:41 +00:00
parent c062259216
commit debfd39882

View file

@ -176,7 +176,7 @@ static void scalar_dequant_math(COOKContext *q, int index,
if(s >= 64)
mlt_p[i]=0;
memset(mlt_p, 0, sizeof(REAL_T)*SUBBAND_SIZE);
else
{
for(i=0 ; i<SUBBAND_SIZE ; i++) {