Commit 3251ba95 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[revert] feeding default reverb config in decoder.c - this should already be...

[revert] feeding default reverb config in decoder.c - this should already be handled inside the application
parent d51361a4
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -419,15 +419,6 @@ int main(
            goto cleanup;
        }
    }
#ifdef FIX_1158_FASTCONV_REVERB_HRTF
    else if ( arg.outputConfig == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB )
    {
        /* supply default renderer config for BINAURAL_ROOM_REVERB */
        IVAS_RENDER_CONFIG_DATA renderConfig;
        IVAS_DEC_GetDefaultRenderConfig( &renderConfig );
        IVAS_DEC_FeedRenderConfig( hIvasDec, renderConfig );
    }
#endif

    /*------------------------------------------------------------------------------------------*
     * Configure the decoder