1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andree Buschmann 2011-05-11 18:52:05 +00:00
parent df7deee00f
commit 0e7c04e57d
5 changed files with 26 additions and 45 deletions

View file

@ -176,7 +176,7 @@ typedef struct
uint8_t tHFAdj;
#ifdef PS_DEC
ps_info *ps;
ps_info ps;
#endif
#if (defined(PS_DEC) || defined(DRM_PS))
uint8_t ps_used;