mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-18 02:48:55 +00:00
Define block size for AMR-WB (use IF2 table).
Spotted by John Fitzgerald: jjfitzgerald gmail com Originally committed as revision 12277 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b5a33ff124
commit
675bc0bccb
@ -656,6 +656,7 @@ static int amr_wb_decode_frame(AVCodecContext * avctx,
|
||||
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};
|
||||
|
||||
if(buf_size==0) {
|
||||
/* nothing to do */
|
||||
|
Loading…
x
Reference in New Issue
Block a user