summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/sbr_dec.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-11 18:52:05 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-11 18:52:05 +0000
commit0e7c04e57d48ae5b9d6cb23c58a6e6f0e15c306f (patch)
treede66ecc90e00e54850d373cb4156a59139b45b88 /apps/codecs/libfaad/sbr_dec.h
parentdf7deee00f7e092db33f2c4d8ea5d566984c1ec2 (diff)
downloadrockbox-0e7c04e57d48ae5b9d6cb23c58a6e6f0e15c306f.tar.gz
rockbox-0e7c04e57d48ae5b9d6cb23c58a6e6f0e15c306f.zip
libfaad: Move PS related variables to sbr_info struct. This allows dynamic allocation including error handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29857 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libfaad/sbr_dec.h')
-rw-r--r--apps/codecs/libfaad/sbr_dec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/sbr_dec.h b/apps/codecs/libfaad/sbr_dec.h
index 1a1f5b9b32..89fe72b7e9 100644
--- a/apps/codecs/libfaad/sbr_dec.h
+++ b/apps/codecs/libfaad/sbr_dec.h
@@ -176,7 +176,7 @@ typedef struct
176 uint8_t tHFAdj; 176 uint8_t tHFAdj;
177 177
178#ifdef PS_DEC 178#ifdef PS_DEC
179 ps_info *ps; 179 ps_info ps;
180#endif 180#endif
181#if (defined(PS_DEC) || defined(DRM_PS)) 181#if (defined(PS_DEC) || defined(DRM_PS))
182 uint8_t ps_used; 182 uint8_t ps_used;