mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
Update valgrind support to match the latest valgrind API.
Adjust valgrind mode to insert padding between every allocation to increase sensitivity.
This commit is contained in:
parent
c57475b480
commit
849669547e
2 changed files with 22 additions and 16 deletions
|
@ -310,7 +310,7 @@ CELTMode *celt_mode_create(celt_int32_t Fs, int channels, int frame_size, int *e
|
|||
mode->marker_start = MODEPARTIAL;
|
||||
#else
|
||||
int res;
|
||||
CELTMode *mode;
|
||||
CELTMode *mode=NULL;
|
||||
celt_word16_t *window;
|
||||
ALLOC_STACK;
|
||||
#if !defined(VAR_ARRAYS) && !defined(USE_ALLOCA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue