reduce comile warnings

master
Marc Salem 2013-01-08 14:44:56 -08:00
parent 64f4849f20
commit 3a36f7effe
1 changed files with 2 additions and 2 deletions

View File

@ -1332,8 +1332,8 @@ static void Convert_IMA4_##T(ALubyte *dst, const T *src, ALuint numchans, \
{ \
ALuint i, j; \
ALshort tmp[65*MAXCHANNELS]; /* Max samples an IMA4 frame can be */ \
ALint sample[MAXCHANNELS] = {0,0,0,0,0,0,0,0}; \
ALint index[MAXCHANNELS] = {0,0,0,0,0,0,0,0}; \
ALint sample[MAXCHANNELS] = {0}; \
ALint index[MAXCHANNELS] = {0}; \
for(i = 0;i < numblocks;i++) \
{ \
for(j = 0;j < 65*numchans;j++) \