mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
c062259216
commit
debfd39882
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue