Mercurial > libavcodec.hg
diff libamr.c @ 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 | 5c929c37e1a0 |
| children | 336d3c384066 |
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 */
