summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-14 06:00:10 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-14 06:00:10 +0000
commitc3cffb766e5f548e0827c04783b34ce3978edf32 (patch)
tree14d468efc0bc375274c9fc0e6425c0476b20df21
parentaf9c3c9db530f2fad4bc204161f5d6e52bd1dc33 (diff)
downloadrockbox-c3cffb766e5f548e0827c04783b34ce3978edf32.tar.gz
rockbox-c3cffb766e5f548e0827c04783b34ce3978edf32.zip
Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work on Sansa Clip v1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30540 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libfaad/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/common.h b/apps/codecs/libfaad/common.h
index 4a35d72318..720042b4aa 100644
--- a/apps/codecs/libfaad/common.h
+++ b/apps/codecs/libfaad/common.h
@@ -151,10 +151,9 @@ extern struct codec_api* ci;
151 #undef ERROR_RESILIENCE 151 #undef ERROR_RESILIENCE
152#endif 152#endif
153 153
154#if CODEC_SIZE >= 0x80000
154#define SBR_DEC 155#define SBR_DEC
155//#define SBR_LOW_POWER /* Does not work yet in rockbox. */ 156//#define SBR_LOW_POWER /* Does not work yet in rockbox. */
156
157#if CODEC_SIZE >= 0x80000
158#define PS_DEC 157#define PS_DEC
159#endif 158#endif
160 159