Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffer of...
commit9ffc37c0bd71a949be4b3c8560cb0a1f06c55d97
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 19 May 2008 18:06:00 +0000 (19 18:06 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 19 May 2008 18:06:00 +0000 (19 18:06 +0000)
treeafcd2f46938300dff183d58e4690d1999af17c67
parent49807ca3f0bd09d5c3e33d3f0dd049935391c3b7
Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffer of constant size (~28.5min). Files larger than this will still not seek properly. Some additional rework has to be done for the seek buffer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17584 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libmusepack/decoder.h
apps/codecs/libmusepack/mpc_decoder.c
apps/codecs/libmusepack/musepack.h
apps/codecs/mpc.c