1
0
Fork 0
forked from len0rd/rockbox

Fix broken whitespace after r24862

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25031 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-03-05 09:48:07 +00:00
parent 3c87824970
commit b382d8334b
13 changed files with 395 additions and 403 deletions

View file

@ -300,7 +300,6 @@ static long decode_packed_block(codebook *book, oggpack_buffer *b,
if(UNLIKELY(entry&0x80000000UL)){
lo=(entry>>15)&0x7fff;
hi=book->used_entries-(entry&0x7fff);
{
ogg_uint32_t testword=bitreverse((ogg_uint32_t)cache);
while(LIKELY(hi-lo>1)){
@ -311,16 +310,13 @@ static long decode_packed_block(codebook *book, oggpack_buffer *b,
lo+=p;
}
entry=lo;
}
}else
entry--;
*bufptr++=entry;
{
int l=book->dec_codelengths[entry];
cachesize-=l;
cache>>=l;
}
}
adr=(unsigned long)b->headptr;

View file

@ -130,7 +130,3 @@ static const ogg_int32_t COS_LOOKUP_I[COS_LOOKUP_I_SZ+1] ={
#endif