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.zip
rockbox-c3cffb766e5f548e0827c04783b34ce3978edf32.tar.gz
rockbox-c3cffb766e5f548e0827c04783b34ce3978edf32.tar.bz2
rockbox-c3cffb766e5f548e0827c04783b34ce3978edf32.tar.xz
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 4a35d72..720042b 100644
--- a/apps/codecs/libfaad/common.h
+++ b/apps/codecs/libfaad/common.h
@@ -151,10 +151,9 @@ extern struct codec_api* ci;
#undef ERROR_RESILIENCE
#endif
+#if CODEC_SIZE >= 0x80000
#define SBR_DEC
//#define SBR_LOW_POWER /* Does not work yet in rockbox. */
-
-#if CODEC_SIZE >= 0x80000
#define PS_DEC
#endif