Commit 20592923 authored by multrus's avatar multrus
Browse files

[cleanup] accept NONBE_1229_FIX_ISM1_DPID

parent 793baf92
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@

#define FIX_1129_EXT_REND_OUTPUT_HIGH                   /* Philips: issue 1129: External renderer BINAURAL_ROOM_REVERB format output level too high compared to internal rendering output */
#define NONBE_1360_LFE_DELAY                            /* Dlb: LFE delay alignment when rendering in CLDFB domain*/
#define NONBE_1229_FIX_ISM1_DPID                        /* Eri: issue 1229: fix bug causing ISM 1 to use default -dpid instead of the specified one */
#define FIX_1135_EXT_RENDERER_HANDLES                   /* VA: issue 1135: Memory usage reduction in external renderer: Allocate only handles that are really needed. */
#define FIX_1209_SID_SIGNALING                          /* VA: issue 1209: remove dead code in IVAS SID signaling */
#define NONBE_1250_MCMASA_LS_OUTPUT                     /* VA: issue 1250: fix crash in McMASA to custom LS output decoding */
+0 −4
Original line number Diff line number Diff line
@@ -2901,12 +2901,8 @@ ivas_error RenderConfigReader_getDirectivity(
            }
        }
        /* case when -dpid is not specified, select first directivity pattern from config file */
#ifdef NONBE_1229_FIX_ISM1_DPID
        move16();
        if ( last_specified_id == 65535 )
#else
        if ( n == 0 )
#endif
        {
            last_specified_id = (uint16_t) pRenderConfigReader->pDP[0].id;
        }