Finally fix FS#11476 (data abort when playing some sv8 mpc files on lowmem targets...
commit66c9b274b77c738f24a0536d7e3144e4158e98d1
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 2 Oct 2010 17:43:36 +0000 (2 17:43 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 2 Oct 2010 17:43:36 +0000 (2 17:43 +0000)
tree8ec8df4553b85b78323d88ebcc589199aa5a615e
parent35f4c8f277dde0de176cf9e5f74133680a74dcd5
Finally fix FS#11476 (data abort when playing some sv8 mpc files on lowmem targets like Clip+/Fuzev1/Fuzev2). This fix disables loading of seek tables from the sv8 bitstream. Those table are located at the end of sv8-files. When playing sv8 files this resulted in seek to filebegin, then fileend, then back to filebegin. Such seeking behaviour results in heavy rebuffering when playing files on targets with low RAM.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28197 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libmusepack/mpc_demux.c