From 43a105aae3047a4a9b7b3f9bae5fd5ea9c3fc118 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 27 Apr 2006 23:52:55 +0000 Subject: 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 --- apps/codecs/libmusepack/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libmusepack/decoder.h') 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 { mpc_uint32_t Zaehler; /// actual index within read-buffer mpc_uint32_t samples_to_skip; - + mpc_uint32_t last_block_samples; mpc_uint32_t FwdJumpInfo; mpc_uint32_t ActDecodePos; -- cgit v1.2.3