Optimize memory consumption in the mp3data parser. The vbr-header parser will never...
commit21ce94eed495ee74fc6bd28d8163987840fe3208
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 18 Mar 2011 07:08:25 +0000 (18 07:08 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 18 Mar 2011 07:08:25 +0000 (18 07:08 +0000)
treec75e477c8870c98a380a904af3de557feb57493f
parent6d1409c8f8982b957990c046790e7ac9480fbcc0
Optimize memory consumption in the mp3data parser. The vbr-header parser will never need 1.800 byte of data. The maximum amount of data needed is 1/10 of this.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29610 a1c6a512-1295-4272-9138-f99709370657
apps/mp3data.c