Loading lib_dec/ivas_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -898,7 +898,7 @@ ivas_error ivas_dec( } #endif #ifdef SBA_AND_OBJECTS else if ( st_ivas->renderer_type == RENDERER_DIRAC && !st_ivas->sba_dirac_stereo_flag && nchan_out != 1 ) else if ( st_ivas->hDecoderConfig->output_config != AUDIO_CONFIG_EXTERNAL && !st_ivas->sba_dirac_stereo_flag && nchan_out != 1 ) { ivas_sba_upmixer_renderer( st_ivas, output, output_frame ); /* Note: ivas_sba_linear_renderer() or ivas_dirac_dec() are called internally */ } Loading Loading
lib_dec/ivas_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -898,7 +898,7 @@ ivas_error ivas_dec( } #endif #ifdef SBA_AND_OBJECTS else if ( st_ivas->renderer_type == RENDERER_DIRAC && !st_ivas->sba_dirac_stereo_flag && nchan_out != 1 ) else if ( st_ivas->hDecoderConfig->output_config != AUDIO_CONFIG_EXTERNAL && !st_ivas->sba_dirac_stereo_flag && nchan_out != 1 ) { ivas_sba_upmixer_renderer( st_ivas, output, output_frame ); /* Note: ivas_sba_linear_renderer() or ivas_dirac_dec() are called internally */ } Loading