Remove extraneous semicolons, and fix a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19267 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fbb80b00db
commit
b153133682
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static uint32_t seektablebuf[MAX_SEEKPOINTS];
|
|||
|
||||
#define INPUT_CHUNKSIZE (32*1024)
|
||||
|
||||
/* 4608*4 = 18432 bytes per channel */
|
||||
/* 1024*4 = 4096 bytes per channel */
|
||||
static int32_t decoded0[BLOCKS_PER_LOOP] IBSS_ATTR;
|
||||
static int32_t decoded1[BLOCKS_PER_LOOP] IBSS_ATTR;
|
||||
|
||||
|
|
Loading…
Reference in a new issue