# HG changeset patch # User benoit # Date 1242809852 0 # Node ID 592097778fa021872c73a2b5603d08c745bca569 # Parent f39076e0d6058de22aa6a3c4f6ea2b35ecd13c70 Use IF1 frame sizes in AMR-WB. Patch by Martin Storsj: martin (remove that) at martin (oh and this too) st diff -r f39076e0d605 -r 592097778fa0 libamr.c --- a/libamr.c Wed May 20 07:26:09 2009 +0000 +++ b/libamr.c Wed May 20 08:57:32 2009 +0000 @@ -412,7 +412,7 @@ const uint8_t *amrData = buf; int mode; int packet_size; - static const uint8_t block_size[16] = {18, 23, 33, 37, 41, 47, 51, 59, 61, 6, 6, 0, 0, 0, 1, 1}; + static const uint8_t block_size[16] = {18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 6, 0, 0, 0, 1, 1}; if (!buf_size) /* nothing to do */