From debfd39882896e167e45950ce08ccb2934be529c Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Tue, 21 Jul 2009 03:47:41 +0000 Subject: [PATCH] Commited the wrong thing, fix zeroing in cook. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21989 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libcook/cook_fixpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/libcook/cook_fixpoint.h b/apps/codecs/libcook/cook_fixpoint.h index 35c3f57a92..32d8a81cc2 100644 --- a/apps/codecs/libcook/cook_fixpoint.h +++ b/apps/codecs/libcook/cook_fixpoint.h @@ -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