mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
Silencing a warning
Variable cannot be uninitialized
This commit is contained in:
parent
e034b1096b
commit
a814a6235a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue