Loading lib_dec/ivas_spar_decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1728,7 +1728,7 @@ void ivas_spar_dec_upmixer_sf( outchannels = st_ivas->hOutSetup.nchan_out_woLFE + st_ivas->hOutSetup.num_lfe; if ( hDecoderConfig->output_config == AUDIO_CONFIG_EXTERNAL ) if ( hDecoderConfig->output_config == AUDIO_CONFIG_EXTERNAL && hDecoderConfig->ivas_total_brate < IVAS_256k ) { outchannels -= st_ivas->nchan_ism; } Loading Loading
lib_dec/ivas_spar_decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1728,7 +1728,7 @@ void ivas_spar_dec_upmixer_sf( outchannels = st_ivas->hOutSetup.nchan_out_woLFE + st_ivas->hOutSetup.num_lfe; if ( hDecoderConfig->output_config == AUDIO_CONFIG_EXTERNAL ) if ( hDecoderConfig->output_config == AUDIO_CONFIG_EXTERNAL && hDecoderConfig->ivas_total_brate < IVAS_256k ) { outchannels -= st_ivas->nchan_ism; } Loading