Commit 2b18efb4 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove old fix

parent 2eb28446
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -166,7 +166,6 @@
#define FIX_392_LATE_REVERB                             /* DLB : Issue 392: keep late reverb by default off when output config is not BINAURAL_ROOM*/

#define FIX_ISM_DTX_CLICKS                              /* FhG: issue 394 - fix for clicks in ISM DTX for inactive to active TCX transitions */
//#define FIX_ISM_DTX_CNG_BWIDTH                          /* FhG: issue 396 - fix for bw changes on CNG frames in ISM DTX for objects that use the decoder-side noise estimation */
#define FIX_ISM_DTX_CNG_BWIDTH_ALT                      /* VA: issue 396 - alternative fix for bw changes on CNG frames in ISM DTX for objects that use the decoder-side noise estimation */

#define ISSUE_24_CLEANUP_MCT_LFE                        /* Issue 24: Cleanup LFE path withing MCT */ 
+0 −11
Original line number Diff line number Diff line
@@ -89,18 +89,7 @@ void ivas_decision_matrix_dec(

                if ( st->cng_type == FD_CNG )
                {
#ifdef FIX_ISM_DTX_CNG_BWIDTH
                    int16_t bwidth;

                    /* do not set bandwidth for objects in ISM DTX that run their noise estimation in the decoder */
                    bwidth = get_next_indice( st, 2 );
                    if ( st->read_sid_info )
                    {
                        st->bwidth = bwidth;
                    }
#else
                    st->bwidth = get_next_indice( st, 2 );
#endif
                }
            }
            if ( get_next_indice( st, 1 ) )