diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-08-21 21:32:09 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-08-21 21:32:09 +0000 | 
| commit | b1618922db92f9bc65b0841f66eb71742bc1b553 (patch) | |
| tree | 401dbbda10d88248b2dfd3c9961363f7f6b121d4 /sbc/sbc.h | |
| parent | 38c5be0cc3029bf78445be15470d18343a5b4dae (diff) | |
Add swap member to sbc struct and fix pcm plugin to not swap the buffer.
Diffstat (limited to 'sbc/sbc.h')
| -rw-r--r-- | sbc/sbc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ struct sbc_struct {  	int blocks;  	int subbands;  	int bitpool; +	int swap;  	void *data;  	int size;  | 
