summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/decoder.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/decoder.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/decoder.h')
-rw-r--r--apps/codecs/libmusepack/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/decoder.h b/apps/codecs/libmusepack/decoder.h
index 759670ee72..708533b09e 100644
--- a/apps/codecs/libmusepack/decoder.h
+++ b/apps/codecs/libmusepack/decoder.h
@@ -67,7 +67,7 @@ typedef struct mpc_decoder_t {
67 mpc_uint32_t Zaehler; /// actual index within read-buffer 67 mpc_uint32_t Zaehler; /// actual index within read-buffer
68 68
69 mpc_uint32_t samples_to_skip; 69 mpc_uint32_t samples_to_skip;
70 70 mpc_uint32_t last_block_samples;
71 mpc_uint32_t FwdJumpInfo; 71 mpc_uint32_t FwdJumpInfo;
72 mpc_uint32_t ActDecodePos; 72 mpc_uint32_t ActDecodePos;
73 73