1
0
Fork 0
forked from len0rd/rockbox

Recude iram usage for the Vorbis decoder a little. Makes it possible to build with gcc 4.0.3.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2006-09-05 17:47:48 +00:00
parent 9eba0d7173
commit 93e41276be
3 changed files with 1 additions and 2 deletions

View file

@ -210,7 +210,6 @@ static inline long decode_packed_entry_number(codebook *book,
addmul==2 -> multiplicitive */
/* returns the [original, not compacted] entry number or -1 on eof *********/
long vorbis_book_decode(codebook *book, oggpack_buffer *b) ICODE_ATTR;
long vorbis_book_decode(codebook *book, oggpack_buffer *b){
long packed_entry=decode_packed_entry_number(book,b);
if(packed_entry>=0)