Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8...
commit8aa7bdff1ca4e3901d9213bfc70ca4e3c57b28c0
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 14 May 2010 22:06:28 +0000 (14 22:06 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 14 May 2010 22:06:28 +0000 (14 22:06 +0000)
treed8fb1c83d05421b0002d7a83d7700ab4fe96b252
parenta95839f402f7d756a0db1935b8a4b30e5c823027
Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8 library mpc did not use efficient buffering when seeking forward. With this change the implementation will not flush the buffer on each frame but will keep the already buffered data as long as possible.

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