summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack/musepack.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-04-27 23:52:55 +0000
committerThom Johansen <thomj@rockbox.org>2006-04-27 23:52:55 +0000
commit43a105aae3047a4a9b7b3f9bae5fd5ea9c3fc118 (patch)
treeca25445a6686f8e451845a9bb75960e0e2d30ab2 /apps/codecs/libmusepack/musepack.h
parenta181a4c1eb3b307f5b82e1223a72ee5344937c58 (diff)
downloadrockbox-43a105aae3047a4a9b7b3f9bae5fd5ea9c3fc118.tar.gz
rockbox-43a105aae3047a4a9b7b3f9bae5fd5ea9c3fc118.zip
Make libmusepack output the last frame in two passes. Reclaim the IRAM taken in the last commit. Please let me know if you can hear any artifacts or get any broken files from this!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9825 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/musepack.h')
-rw-r--r--apps/codecs/libmusepack/musepack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/musepack.h b/apps/codecs/libmusepack/musepack.h
index d631c6d05d..9155f3f74d 100644
--- a/apps/codecs/libmusepack/musepack.h
+++ b/apps/codecs/libmusepack/musepack.h
@@ -58,7 +58,7 @@ extern "C" {
enum {
MPC_FRAME_LENGTH = (36 * 32), /// samples per mpc frame
- MPC_DECODER_BUFFER_LENGTH = 4 * MPC_FRAME_LENGTH /// required buffer size for decoder
+ MPC_DECODER_BUFFER_LENGTH = 2 * MPC_FRAME_LENGTH /// required buffer size for decoder
};
// error codes