bluetooth: update SBC from upstream

This commit is contained in:
Marc-André Lureau 2009-02-18 15:20:08 +02:00
parent 0b8a6c66dc
commit b51e6135e8
6 changed files with 21 additions and 2 deletions

View file

@ -89,6 +89,7 @@ int sbc_encode(sbc_t *sbc, void *input, int input_len, void *output,
int sbc_get_frame_length(sbc_t *sbc);
int sbc_get_frame_duration(sbc_t *sbc);
uint16_t sbc_get_codesize(sbc_t *sbc);
const char *sbc_get_implementation_info(sbc_t *sbc);
void sbc_finish(sbc_t *sbc);
#ifdef __cplusplus