Added FCNS, GLOB, TMPL, and rsmp parsers to the iff library

This commit is contained in:
Fatbag 2012-05-24 01:53:56 -05:00
parent bc51bb4aad
commit 783227a630
15 changed files with 484 additions and 74 deletions

View file

@ -113,7 +113,7 @@ static const int16_t XATable[] =
int xa_decode(const uint8_t *__restrict InBuffer, uint8_t *__restrict OutBuffer, unsigned Frames, unsigned Channels)
{
channel_t Channel[8];
memset(Channel, 0x00, sizeof(Channel));
memset(Channel, 0, sizeof(Channel));
if(Frames == 0) return 1;
while(1){