Mercurial > libavcodec.hg
changeset 9677:592097778fa0 libavcodec
Use IF1 frame sizes in AMR-WB.
Patch by Martin Storsj: martin (remove that) at martin (oh and this too) st
author | benoit |
---|---|
date | Wed, 20 May 2009 08:57:32 +0000 |
parents | f39076e0d605 |
children | f1f95c604b56 |
files | libamr.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */