Commit aab5fa5a authored by benoit's avatar benoit

Define block size for AMR-WB (use IF2 table).

Spotted by John Fitzgerald: jjfitzgerald gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12277 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 245b5289
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment