[FFmpeg-cvslog] r18880 - trunk/libavcodec/libamr.c

benoit subversion
Wed May 20 10:57:33 CEST 2009


Author: benoit
Date: Wed May 20 10:57:32 2009
New Revision: 18880

Log:
Use IF1 frame sizes in AMR-WB.
Patch by Martin Storsj?: martin (remove that) at martin (oh and this too) st

Modified:
   trunk/libavcodec/libamr.c

Modified: trunk/libavcodec/libamr.c
==============================================================================
--- trunk/libavcodec/libamr.c	Wed May 20 09:26:09 2009	(r18879)
+++ trunk/libavcodec/libamr.c	Wed May 20 10:57:32 2009	(r18880)
@@ -412,7 +412,7 @@ static int amr_wb_decode_frame(AVCodecCo
     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 */



More information about the ffmpeg-cvslog mailing list