update sbc stuff

This commit is contained in:
Lennart Poettering 2009-02-02 01:44:37 +01:00
parent 537424a9a9
commit a41d72bb2e
11 changed files with 1692 additions and 309 deletions

View file

@ -74,6 +74,7 @@ struct sbc_struct {
uint8_t endian;
void *priv;
void *priv_alloc_base;
};
typedef struct sbc_struct sbc_t;