Loading lib_rend/lib_rend.c +5 −1 Original line number Diff line number Diff line Loading @@ -8435,7 +8435,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 @@ -8435,7 +8435,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