diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 10:56:46 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 10:56:46 +0000 |
commit | 46e860574f3d6d70d961e38270522764191cea20 (patch) | |
tree | 05049da75c3031249eb79157478f3515ec126a52 /sbc/sbc.h | |
parent | 62f6b0087df91a19383d3f467c278e71e49e4c1a (diff) |
Don't hardcode allocation method to SNR
Diffstat (limited to 'sbc/sbc.h')
-rw-r--r-- | sbc/sbc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ struct sbc_struct { int rate; int channels; int joint; + int allocation; int blocks; int subbands; int bitpool; |