Commit 92f6c9b4 authored by bayers's avatar bayers
Browse files

fix renderer msan error, fix ParamMC smoke test issue

parent 3d4c2b6f
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1538,6 +1538,11 @@ void ivas_param_mc_dec_digest_tc(
        /* generate mixing matrices */
        ivas_param_mc_get_mixing_matrices( hParamMC, hSynthesisOutputSetup, cx, hParamMC->h_output_synthesis_cov_state.mixing_matrix, hParamMC->h_output_synthesis_cov_state.mixing_matrix_res, nchan_out_transport, hParamMC->synthesis_conf, nchan_transport, nchan_out_cov );
    }

    pop_wmops();

    return;

}

/*-------------------------------------------------------------------------
+3 −0
Original line number Diff line number Diff line
@@ -2447,6 +2447,9 @@ static DecoderDummy *initDecoderDummy(
    decDummy->hDecoderConfig->output_Fs = sampleRate;
    decDummy->hDecoderConfig->nchan_out = numOutChannels;
    decDummy->hDecoderConfig->Opt_Headrotation = 0;
#ifdef JBM_TSM_ON_TCS
    decDummy->hDecoderConfig->voip_active = 0;
#endif

    decDummy->hBinRenderer = NULL;
    decDummy->hEFAPdata = NULL;