Commit a21e1f32 authored by norvell's avatar norvell
Browse files

Fix for LFE channel in FIX_198_TDREND_INTERFACE

parent 670132ec
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -728,10 +728,6 @@ ivas_error ivas_rend_TDObjRendOpen(
    if ( inConfig != IVAS_REND_AUDIO_CONFIG_LS_CUSTOM )
    {
        getAudioConfigNumChannels( inConfig, &nchan_transport );
        if ( getAudioConfigType( inConfig ) == IVAS_REND_AUDIO_CONFIG_TYPE_CHANNEL_BASED )
        {
            nchan_transport--; /* Skip LFE channel -- added to the others */
        }
    }
    else
    {