Commit 1be5a789 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] accept FIX_944_REMOVE_LS_RENDERER_CALL_IN_STEREO

parent b4aa9621
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -208,7 +208,6 @@


//#define FIX_777_COMBI_RENDER_CONFIG_FILE                /* Philips: Fix for combined renderer config file support */
#define FIX_944_REMOVE_LS_RENDERER_CALL_IN_STEREO       /* VA: issue 994: remove an obsolete call of function ivas_ls_setup_conversion() in stereo */

#define NONBE_FIX_978_MC_TDREND_REVERB                  /* Eri : activate reverb for TDREND with headtracking */
#define NONBE_FIX_999_JBM_MCT_FLUSH                     /* FhG: issue #999: fix wrong flushing for MCT at a JBM rate switch */
+0 −7
Original line number Diff line number Diff line
@@ -143,13 +143,6 @@ ivas_error ivas_jbm_dec_tc(
        {
            hp20( p_output[n], output_frame, st_ivas->mem_hp20_out[n], output_Fs );
        }
#ifndef FIX_944_REMOVE_LS_RENDERER_CALL_IN_STEREO

        if ( st_ivas->renderer_type == RENDERER_MC && st_ivas->hDecoderConfig->nchan_out == 1 )
        {
            ivas_ls_setup_conversion( st_ivas, st_ivas->nchan_transport, output_frame, p_output, p_output );
        }
#endif
    }
    else if ( st_ivas->ivas_format == ISM_FORMAT )
    {