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

@ -62,6 +62,7 @@ struct sbc_encoder_state {
void (*sbc_calc_scalefactors)(int32_t sb_sample_f[16][2][8],
uint32_t scale_factor[2][8],
int blocks, int channels, int subbands);
const char *implementation_info;
};
/*