forked from len0rd/rockbox
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
This commit is contained in:
parent
27bb9986f6
commit
a7a2baa97f
6 changed files with 59 additions and 70 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue