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:
parent
df7deee00f
commit
0e7c04e57d
5 changed files with 26 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue