Skip to content

Commit

Permalink
Remove pesky assert on alac_decode ooutput size
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Dec 15, 2015
1 parent f74843d commit 186e418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion player.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ static void alac_decode(short *dest, uint8_t *buf, int len) {
debug(1,"OUtput from alac_decode larger than expected -- truncated, but buffer overflow possible! Encrypted = %d.",encrypted);
}
}
assert(outsize == FRAME_BYTES(frame_size));
}

static int init_decoder(int32_t fmtp[12]) {
Expand Down

0 comments on commit 186e418

Please sign in to comment.