summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-26 13:54:24 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-26 13:54:24 +0000
commitd9bccae488ef82fc0e1d927b30db9228bfd91169 (patch)
tree43f3f148665419c18079a82ec7cf92c2e921ce55 /sbc/sbc.h
parent0551d4b78641ad4cc286d3e69c3268a27f5e9647 (diff)
Add simple implementation of sbc_parse()
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 e8375b26..72512c02 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
@@ -54,6 +54,7 @@ struct sbc_struct {
typedef struct sbc_struct sbc_t;
int sbc_init(sbc_t *sbc, unsigned long flags);
+int sbc_parse(sbc_t *sbc, void *data, int count);
int sbc_decode(sbc_t *sbc, void *data, int count);
int sbc_encode(sbc_t *sbc, void *data, int count);
void sbc_finish(sbc_t *sbc);