Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8...
commit2b584b2dacda45da7c6d0fa4268f7ccc6b98782b
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
parent45180e2ce3b3a292bac1f6a42648f5c18acf555b
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