summaryrefslogtreecommitdiffstats
path: root/src/bufferq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bufferq.h')
-rw-r--r--src/bufferq.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bufferq.h b/src/bufferq.h
index 2d53a45..0f87fc9 100644
--- a/src/bufferq.h
+++ b/src/bufferq.h
@@ -25,11 +25,10 @@ typedef struct sa_bufferq {
SA_LLIST_HEAD(sa_bufferq_item_t, *items);
sa_bufferq_item_t **last;
int64_t read_index, write_index, end_index;
- size_t sample_size;
unsigned nchannels;
} sa_bufferq_t;
-int sa_bufferq_init(sa_bufferq_t *q, unsigned nchannels, size_t sample_size);
+int sa_bufferq_init(sa_bufferq_t *q, unsigned nchannels);
void sa_bufferq_done(sa_bufferq_t *q);