Allocating enough mem in celtenc/celtdec to handle 1024-sample frames

This commit is contained in:
Jean-Marc Valin 2009-08-01 23:22:51 +02:00
parent e610864c74
commit 54669dc89b
2 changed files with 3 additions and 3 deletions

View file

@ -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)| \