summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/decoder.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-05-10 15:15:10 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-05-10 15:15:10 +0000
commita7a2baa97f8ee7c4d1b751d66f095120b9f62778 (patch)
tree6a1aa6bfe374f54ff6bce704f56e172994ea9443 /apps/codecs/libmusepack/decoder.h
parent27bb9986f6e0bfc8f21a2dc1317accd2c6097048 (diff)
downloadrockbox-a7a2baa97f8ee7c4d1b751d66f095120b9f62778.zip
rockbox-a7a2baa97f8ee7c4d1b751d66f095120b9f62778.tar.gz
rockbox-a7a2baa97f8ee7c4d1b751d66f095120b9f62778.tar.bz2
rockbox-a7a2baa97f8ee7c4d1b751d66f095120b9f62778.tar.xz
Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one who oned such). Remove tabs, perform some minor code beautification and add ICONST_ATTR to some requantization constants.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/decoder.h')
-rw-r--r--apps/codecs/libmusepack/decoder.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/codecs/libmusepack/decoder.h b/apps/codecs/libmusepack/decoder.h
index d65f6dc..bbd1aa9 100644
--- a/apps/codecs/libmusepack/decoder.h
+++ b/apps/codecs/libmusepack/decoder.h
@@ -43,7 +43,7 @@
#include "reader.h"
#include "streaminfo.h"
-#define MPC_SUPPORT_SV456
+//#define MPC_SUPPORT_SV456
#define SCF_HACK
enum {
@@ -107,8 +107,6 @@ typedef struct mpc_decoder_t {
#endif
mpc_int8_t SCFI_L [32];
mpc_int8_t SCFI_R [32]; // describes order of transmitted SCF
- //mpc_int32_t DSCF_Reference_L [32];
- //mpc_int32_t DSCF_Reference_R [32]; // holds last frames SCF
mpc_bool_t MS_Flag[32]; // MS used?
mpc_uint32_t* SeekTable;