From a7a2baa97f8ee7c4d1b751d66f095120b9f62778 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 10 May 2008 15:15:10 +0000 Subject: 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 --- apps/codecs/libmusepack/decoder.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/codecs/libmusepack/decoder.h') 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; -- cgit v1.1