From a2ce9a9914fa364905990eadde9ba7c65db82c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 20 May 2009 08:57:32 +0000 Subject: [PATCH] =?UTF-8?q?Use=20IF1=20frame=20sizes=20in=20AMR-WB.=20Patc?= =?UTF-8?q?h=20by=20Martin=20Storsj=C3=B6:=20martin=20(remove=20that)=20at?= =?UTF-8?q?=20martin=20(oh=20and=20this=20too)=20st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 18880 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libamr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libamr.c b/libavcodec/libamr.c index 52c211835a..2f63f10163 100644 --- a/libavcodec/libamr.c +++ b/libavcodec/libamr.c @@ -412,7 +412,7 @@ static int amr_wb_decode_frame(AVCodecContext *avctx, void *data, 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 */