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

[cleanup] accept FIX_BASOP_2516_REND_CUSTOM_LAYOUT_PORT_BUG

parent d05234b6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@
/* any switch which is non-be wrt. TS 26.251 V3.0 */

#define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API            /* Expose Payload Type setting in RTP Header */
#define FIX_BASOP_2516_REND_CUSTOM_LAYOUT_PORT_BUG      /* Nokia: BASOP issue 2516: Fix porting bug in setting planar state for custom layout in renderer */
#define USE_RTPDUMP                                     /* FhG: RTPDUMP format (rtptools standard) instead of custom format */
#define FIX_FLOAT_1569_REND_RENDER_CONFIG_CHECKS        /* Nokia: float issue 1569: fix render config checks in renderer */
#define FIX_BASOP_2526_SPAR_MASA_PARAM_MAP_Q_BUG        /* Nokia: BASOP issue 2526: Fix wrong Q variable in SPAR to MASA param mapping */
+0 −4
Original line number Diff line number Diff line
@@ -4049,11 +4049,7 @@ static LSSETUP_CUSTOM_STRUCT makeCustomLsSetup(
    move16();
    FOR( i = 0; i < rendCustomLsLayout.num_spk; ++i )
    {
#ifdef FIX_BASOP_2516_REND_CUSTOM_LAYOUT_PORT_BUG
        IF( GT_32( L_abs( rendCustomLsLayout.elevation_fx[i] ), EPSILON_FX ) )
#else
        IF( LT_32( L_abs( rendCustomLsLayout.elevation_fx[i] ), EPSILON_FX ) )
#endif
        {
            customLs.is_planar_setup = 0;
            move16();