Skip to content
Snippets Groups Projects
Commit a814a623 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Silencing a warning

Variable cannot be uninitialized
parent e034b109
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ static int lpcnet_plc_update_non_causal(LPCNetPLCState *st, short *pcm) {
short pcm_save[FRAME_SIZE];
float plc_features[2*NB_BANDS+NB_FEATURES+1];
short lp[FRAME_SIZE]={0};
double mem_bak;
double mem_bak=0;
process_queued_update(st);
if (st->remove_dc) {
st->dc_mem += st->syn_dc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment