Loading lib_dec/ivas_output_config.c +2 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,8 @@ void ivas_renderer_select( *renderer_type = RENDERER_MC; } #ifdef FIX_1435_MOVE_STEREO_PANNING else if ( output_config == IVAS_AUDIO_CONFIG_FOA || output_config == IVAS_AUDIO_CONFIG_HOA2 || output_config == IVAS_AUDIO_CONFIG_HOA3 ) else if ( st_ivas->ivas_format == STEREO_FORMAT && ( output_config == IVAS_AUDIO_CONFIG_FOA || output_config == IVAS_AUDIO_CONFIG_HOA2 || output_config == IVAS_AUDIO_CONFIG_HOA3 ) ) { *renderer_type = RENDERER_SBA_LINEAR_ENC; } Loading Loading
lib_dec/ivas_output_config.c +2 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,8 @@ void ivas_renderer_select( *renderer_type = RENDERER_MC; } #ifdef FIX_1435_MOVE_STEREO_PANNING else if ( output_config == IVAS_AUDIO_CONFIG_FOA || output_config == IVAS_AUDIO_CONFIG_HOA2 || output_config == IVAS_AUDIO_CONFIG_HOA3 ) else if ( st_ivas->ivas_format == STEREO_FORMAT && ( output_config == IVAS_AUDIO_CONFIG_FOA || output_config == IVAS_AUDIO_CONFIG_HOA2 || output_config == IVAS_AUDIO_CONFIG_HOA3 ) ) { *renderer_type = RENDERER_SBA_LINEAR_ENC; } Loading