Commit 91677fc1 authored by emerit's avatar emerit
Browse files

wrong if condition

parent d2d0c169
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;