Loading lib_rend/lib_rend.c +5 −1 Original line number Diff line number Diff line Loading @@ -6912,7 +6912,11 @@ static ivas_error initMasaExtRenderer( return error; } if ( ( error = getAudioConfigNumChannels( outConfig, &hMasaExtRend->nchan_output ) ) != IVAS_ERR_OK ) if ( outConfig == IVAS_AUDIO_CONFIG_LS_CUSTOM ) { hMasaExtRend->nchan_output = inputMasa->base.ctx.pCustomLsOut->num_spk + inputMasa->base.ctx.pCustomLsOut->num_lfe; } else if ( ( error = getAudioConfigNumChannels( outConfig, &hMasaExtRend->nchan_output ) ) != IVAS_ERR_OK ) { return error; } Loading Loading
lib_rend/lib_rend.c +5 −1 Original line number Diff line number Diff line Loading @@ -6912,7 +6912,11 @@ static ivas_error initMasaExtRenderer( return error; } if ( ( error = getAudioConfigNumChannels( outConfig, &hMasaExtRend->nchan_output ) ) != IVAS_ERR_OK ) if ( outConfig == IVAS_AUDIO_CONFIG_LS_CUSTOM ) { hMasaExtRend->nchan_output = inputMasa->base.ctx.pCustomLsOut->num_spk + inputMasa->base.ctx.pCustomLsOut->num_lfe; } else if ( ( error = getAudioConfigNumChannels( outConfig, &hMasaExtRend->nchan_output ) ) != IVAS_ERR_OK ) { return error; } Loading