Commit 38973c9d authored by vaclav's avatar vaclav
Browse files

accept NONBE_FIX_841_MC_RS_TDOBJ_RENDERER

parent 0efc2511
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -159,7 +159,6 @@
/* any switch which is non-be wrt selection floating point code */
/* all switches in this category should start with "NONBE_" */

#define NONBE_FIX_841_MC_RS_TDOBJ_RENDERER                    /* FhG: Issue #841: [Non-BE] Resolve "MC RS HRFT handle not set to NULL" */
#define NONBE_FIX_840_PARAMMC_RS                              /* FhG: Issue #840: Resolve "MC RS ParamMC hoa encoder wrongly set to zero" */
#define NONBE_FIX_826_JBM_MASA_CNA_CNG                        /* FhG: issue #826:  Resolve "JBM MASA: CNA and CNG not in sync with non-JBM decoding" */
#define NONBE_FIX_835_JBM_PARAMUPMIX_HEADROT                  /* FhG: issue #835: Resolve "JBM: ParamUpmix head rotation broken" */
+0 −2
Original line number Diff line number Diff line
@@ -1214,9 +1214,7 @@ static ivas_error ivas_mc_dec_reconfig(
            if ( st_ivas->hBinRendererTd != NULL && ( st_ivas->renderer_type != RENDERER_BINAURAL_OBJECTS_TD ) )
            {
                ivas_td_binaural_close( &st_ivas->hBinRendererTd );
#ifdef NONBE_FIX_841_MC_RS_TDOBJ_RENDERER
                st_ivas->hHrtfTD = NULL;
#endif
            }

#ifdef SPLIT_REND_WITH_HEAD_ROT