Commit 70582ac1 authored by sagnowski's avatar sagnowski
Browse files

Fix MSVC warning

parent 4c51a2bc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9048,7 +9048,7 @@ static ivas_error getSamplesInternal(
                                                             hIvasRend->hRendererConfig->split_rend_config.codec_frame_size_ms,
                                                             &bits,
                                                             p_Cldfb_RealBuffer_Binaural, p_Cldfb_ImagBuffer_Binaural,
                                                             extract_l( Mpy_32_32( hIvasRend->sampleRateOut, 2684355 /*(BINAURAL_MAXBANDS / 48000) in Q31*/ ) ), tmpBinaural, 1, cldfb_in_flag, EQ_32( hIvasRend->outputConfig, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ), ro_md_flag, Q_buff, &Q_out[0] ) ) != IVAS_ERR_OK )
                                                             extract_l( Mpy_32_32( hIvasRend->sampleRateOut, 2684355 /*(BINAURAL_MAXBANDS / 48000) in Q31*/ ) ), tmpBinaural, 1, cldfb_in_flag, extract_l( EQ_32( hIvasRend->outputConfig, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ), ro_md_flag, Q_buff, &Q_out[0] ) ) != IVAS_ERR_OK )
#else
        IF( ( error = ISAR_PRE_REND_MultiBinToSplitBinaural( hIvasRend->splitRendWrapper, hIvasRend->headRotData.headPositions[0], hIvasRend->hRendererConfig->split_rend_config.splitRendBitRate, hIvasRend->hRendererConfig->split_rend_config.codec,
                                                             hIvasRend->hRendererConfig->split_rend_config.isar_frame_size_ms,