Commit 543b9732 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'msan_dec_ci_fix_mdct_win' into 'main'

MSAN Fix: initialising tcx_mdct_window_length [allow regression]

See merge request !1880
parents 3e1ce076 abcc1940
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1558,6 +1558,8 @@ ivas_error init_decoder_ivas_fx(
        {
            return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for hTcxCfg\n" ) );
        }
        st_fx->hTcxCfg->tcx_mdct_window_length = L_FRAME32k / 2;
        move16();
    }
    ELSE
    {