Commit 34137c80 authored by Jonas Svedberg's avatar Jonas Svedberg
Browse files

added editorial fix for issue #600

parent 40b51fdf
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@
#define JBM_PARAMUPMIX                                  /* Dlb: Issue 471: Integrate the Multichannel Parametric Upmix into the JBM path */
#define FIX_612_MSVQ_UBSAN_LEFTSHIFT                    /* Eri: Issue 612 :  UBSAN: left shift of negative values in 1st stage of MSVQ  */
#define FIX_621_MSVQ_UBSAN_NULL_PTR_OFFSET              /* Eri: Issue 621 :  UBSAN:  applying non-zero offset 7200 to null pointer in lsf_msvq_ma_enc.c  */
#define FIX_600_CLEANUP_OF_MANUAL_INSTRUMENTATION       /* Eri: Issue 600 :  removed manual WMCtool instrumentation outside of WMC_TOOL_SKIP defines     */

/* Fixes for bugs found during split rendering contribution development */
#define REND_STATIC_MEM_OPT                             /* Dlb: Static memory optimisation for external renderer */
+2 −0
Original line number Diff line number Diff line
@@ -200,7 +200,9 @@ static void dsDiracPerQuanta(
    if ( t_quanta_o > sv[nsv >> 1] )
    {
        dsIndex = nsv - dsIndex; /*single op*/
#ifndef FIX_600_CLEANUP_OF_MANUAL_INSTRUMENTATION 
        ADD( 1 );
#endif 
    }
    for ( i = frQuanta[0][td] - 1; i >= 0; i-- )
    {