diff options
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; |