summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-13 20:04:12 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-13 20:04:12 +0000
commit6d94a5b2e34c55611f2d6ea70c241971e65afc8c (patch)
tree2f5893ae395f1656a9e54869b02f2d441e462a31 /sbc/sbc.h
parent1d85e2973463f7b194a4c31bd9c5954822cf3022 (diff)
Add sbc_reinit.
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 d55587d0..08c3e020 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
@@ -50,6 +50,7 @@ struct sbc_struct {
typedef struct sbc_struct sbc_t;
int sbc_init(sbc_t *sbc, unsigned long flags);
+int sbc_reinit(sbc_t *sbc, unsigned long flags);
int sbc_parse(sbc_t *sbc, void *input, int input_len);
int sbc_decode(sbc_t *sbc, void *input, int input_len, void *output,
int output_len, int *len);