From a602ea3d3dc2c3af28974fab0e0c026a5709fac7 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 31 Aug 2013 09:00:13 +0200 Subject: Silence spurious warning Change-Id: I856c722e959314c0a86e9c0a3a31cb824ddb41cc --- lib/rbcodec/codecs/libopus/celt/celt_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbcodec/codecs/libopus/celt/celt_decoder.c b/lib/rbcodec/codecs/libopus/celt/celt_decoder.c index 929d1d441b..3d8211b9b0 100644 --- a/lib/rbcodec/codecs/libopus/celt/celt_decoder.c +++ b/lib/rbcodec/codecs/libopus/celt/celt_decoder.c @@ -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; -- cgit v1.2.3