Loading lib_dec/ivas_mct_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1345,7 +1345,7 @@ static ivas_error ivas_mc_dec_reconfig( } #ifdef FIX_1070_USAN_SEGFAULT_MC_TO_BIN_BTSW_HEADROT if ( ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV ) && st_ivas->hDecoderConfig->Opt_Headrotation ) if ( ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM ) && st_ivas->hDecoderConfig->Opt_Headrotation ) { tc_nchan_allocate_new = HOA3_CHANNELS; tc_nchan_full_new = tc_nchan_allocate_new; Loading Loading
lib_dec/ivas_mct_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1345,7 +1345,7 @@ static ivas_error ivas_mc_dec_reconfig( } #ifdef FIX_1070_USAN_SEGFAULT_MC_TO_BIN_BTSW_HEADROT if ( ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV ) && st_ivas->hDecoderConfig->Opt_Headrotation ) if ( ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM ) && st_ivas->hDecoderConfig->Opt_Headrotation ) { tc_nchan_allocate_new = HOA3_CHANNELS; tc_nchan_full_new = tc_nchan_allocate_new; Loading