Allocating enough mem in celtenc/celtdec to handle 1024-sample frames
This commit is contained in:
parent
e610864c74
commit
54669dc89b
2 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@
|
|||
#include "wav_io.h"
|
||||
#include <celt_header.h>
|
||||
|
||||
#define MAX_FRAME_SIZE 2000
|
||||
#define MAX_FRAME_SIZE 2048
|
||||
|
||||
#define readint(buf, base) (((buf[base+3]<<24)&0xff000000)| \
|
||||
((buf[base+2]<<16)&0xff0000)| \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue