Commit eb288f4b authored by bayers's avatar bayers
Browse files

added missing init to NULL for the LFE LPF state

parent 27f8a59e
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -314,6 +314,11 @@ void ivas_initialize_handles_enc(
    /* LFE  handle */
    st_ivas->hLFE = NULL;

#ifdef FIX_572_LFE_LPF_ENC
    /* LFE low pass filter state */
    st_ivas->lfe_lpf_state = NULL;
#endif

    return;
}