Loading lib_dec/ivas_binRenderer_internal.c +1 −0 Original line number Diff line number Diff line Loading @@ -1085,6 +1085,7 @@ ivas_error ivas_rend_openCldfbRend( hBinRenderer->conv_band = convBand; } hBinRenderer->hInputSetup->is_loudspeaker_setup = 0; hBinRenderer->hInputSetup->output_config = in_config; getAudioConfigNumChannels( inConfig, &hBinRenderer->hInputSetup->nchan_out_woLFE ); if ( ( out_config == AUDIO_CONFIG_BINAURAL_SPLIT_CODED ) || ( out_config == AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ) Loading Loading
lib_dec/ivas_binRenderer_internal.c +1 −0 Original line number Diff line number Diff line Loading @@ -1085,6 +1085,7 @@ ivas_error ivas_rend_openCldfbRend( hBinRenderer->conv_band = convBand; } hBinRenderer->hInputSetup->is_loudspeaker_setup = 0; hBinRenderer->hInputSetup->output_config = in_config; getAudioConfigNumChannels( inConfig, &hBinRenderer->hInputSetup->nchan_out_woLFE ); if ( ( out_config == AUDIO_CONFIG_BINAURAL_SPLIT_CODED ) || ( out_config == AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ) Loading