summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-08-21 21:32:09 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-08-21 21:32:09 +0000
commitb1618922db92f9bc65b0841f66eb71742bc1b553 (patch)
tree401dbbda10d88248b2dfd3c9961363f7f6b121d4 /sbc/sbc.h
parent38c5be0cc3029bf78445be15470d18343a5b4dae (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbc/sbc.h b/sbc/sbc.h
index 70881c12..11d9740d 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
@@ -40,6 +40,7 @@ struct sbc_struct {
int blocks;
int subbands;
int bitpool;
+ int swap;
void *data;
int size;