forked from len0rd/rockbox
Silence spurious warning
Change-Id: I856c722e959314c0a86e9c0a3a31cb824ddb41cc
This commit is contained in:
parent
580b307fd7
commit
a602ea3d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *dat
|
||||||
VARDECL(int, fine_priority);
|
VARDECL(int, fine_priority);
|
||||||
VARDECL(int, tf_res);
|
VARDECL(int, tf_res);
|
||||||
VARDECL(unsigned char, collapse_masks);
|
VARDECL(unsigned char, collapse_masks);
|
||||||
celt_sig *out_mem[2];
|
celt_sig *out_mem[2] = {NULL, NULL};
|
||||||
celt_sig *decode_mem[2];
|
celt_sig *decode_mem[2];
|
||||||
celt_sig *out_syn[2];
|
celt_sig *out_syn[2];
|
||||||
opus_val16 *lpc;
|
opus_val16 *lpc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue