Loading lib_dec/ivas_mct_dec.c +5 −7 Original line number Diff line number Diff line Loading @@ -1128,7 +1128,6 @@ static ivas_error ivas_mc_dec_reconfig( st_ivas->binaural_latency_ns = st_ivas->hCrendWrapper->binaural_latency_ns; } #else } else if ( st_ivas->hCrend == NULL && ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM ) ) { if ( ivas_crend_open( st_ivas ) != IVAS_ERR_OK ) Loading @@ -1136,7 +1135,6 @@ static ivas_error ivas_mc_dec_reconfig( return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "ivas_crend_open failed" ); } } #endif } /* mono/stereo */ Loading Loading
lib_dec/ivas_mct_dec.c +5 −7 Original line number Diff line number Diff line Loading @@ -1128,7 +1128,6 @@ static ivas_error ivas_mc_dec_reconfig( st_ivas->binaural_latency_ns = st_ivas->hCrendWrapper->binaural_latency_ns; } #else } else if ( st_ivas->hCrend == NULL && ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM ) ) { if ( ivas_crend_open( st_ivas ) != IVAS_ERR_OK ) Loading @@ -1136,7 +1135,6 @@ static ivas_error ivas_mc_dec_reconfig( return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "ivas_crend_open failed" ); } } #endif } /* mono/stereo */ Loading