Commit abcc1940 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

MSAN Fix: initialising tcx_mdct_window_length

parent 3e1ce076
Loading
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
    {