Commit ed6d80ca authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix EXT output at high BRs

parent dff6f570
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }