backport click correction to BT

This commit is contained in:
philippe44
2019-08-24 01:15:46 -07:00
parent 35ccb92a60
commit 93568723fd
3 changed files with 8 additions and 8 deletions

View File

@@ -375,7 +375,7 @@ static void alac_decode(rtp_t *ctx, s16_t *dest, char *buf, int len, int *outsiz
/*---------------------------------------------------------------------------*/
static void alac_decode(rtp_t *ctx, s16_t *dest, char *buf, int len, int *outsize) {
unsigned char iv[16];
int aeslen;
int aeslen;
assert(len<=MAX_PACKET);
if (ctx->decrypt) {