1
0
Fork 0
forked from len0rd/rockbox

Silence spurious warning

Change-Id: I856c722e959314c0a86e9c0a3a31cb824ddb41cc
This commit is contained in:
Nils Wallménius 2013-08-31 09:00:13 +02:00
parent 580b307fd7
commit a602ea3d3d

View file

@ -668,7 +668,7 @@ int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *dat
VARDECL(int, fine_priority);
VARDECL(int, tf_res);
VARDECL(unsigned char, collapse_masks);
celt_sig *out_mem[2];
celt_sig *out_mem[2] = {NULL, NULL};
celt_sig *decode_mem[2];
celt_sig *out_syn[2];
opus_val16 *lpc;