Commit 9b096b58 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN

parent 72c18579
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@

#define FIX_BASOP_2486_HQ_FINE_GAIN_ALIGNMENT           /* Eri: Basop issue 2486: IVAS BASOP used calculations with truncation, EVS BASOP used rounding. This aligns the use of a table lookup. */
#define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API            /* Expose Payload Type setting in RTP Header */
#define FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN      /* Nokia: BASOP 2496: Fix wrong assignment in OMASA object edit code */
#define FIX_2495_Q_ALIGN_OSBA_RENDERER                  /* FhG: Basop issue #2495: Corrected exponent scaling of outAudio.data_fx before buffer accumulation in renderSbaToBinaural(). */
#define FIX_BASOP_2511_PROTO_REF_POWER_FIX              /* FhG: BASOP 2511; Fix reference power computation in protoSignalComputation_shd_fx() */
#define FIX_BASOP_2512_WRONG_SHIFT_IN_DIRAC_CONFIG      /* Nokia: BASOP 2512: Fix wrong division by shift */
+0 −4
Original line number Diff line number Diff line
@@ -5956,11 +5956,7 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
                ELSE
                {
                    newRatios[0] = L_shr( newRatios[0], 6 ); // Q = 30 + 9 + 1 - 16 = 24
#ifdef FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN
                    newRatios[1] = L_shr( newRatios[1], 6 );
#else
                    newRatios[1] = L_shr( newRatios[0], 6 );
#endif
                    move32();
                    move32();
                }