Commit 2b21b028 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_676_JBM_USAN

parent c4d99ffe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -163,7 +163,6 @@
#define FIX_708_DPID_COMMAND_LINE                       /* issue 708: sanity checks for '-dpid' command-line */
#define FIX_730_DPID_NOT_SET_CORRECTLY                  /* Eri: issue 730: write dpid read from file in correct index, print informative error message when DPID specified is not found. */
#define FIX_513_REND_MC_ALLOC                           /* FhG: issue 513, optimise external renderer allocation for multichannel */
#define FIX_676_JBM_USAN                                /* FhG: Issue 676: USAN in JBM */
#define FIX_796_MCT_MODE_DIFF_JBM                       /* FhG: Issue 796: fix differences between JBM and non-JBM fOR MC */
#define LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK               /* fix 755 */
#define FIX_803_SCE_MD_HANDLE                           /* VA: issue 803: Resolve "MD handle needed only for one SCE" */
+0 −4
Original line number Diff line number Diff line
@@ -1015,11 +1015,7 @@ ivas_error ivas_jbm_dec_render(
        p_output[n] = &output[n][0];
    }

#ifdef FIX_676_JBM_USAN
    for ( n = 0; n < st_ivas->hTcBuffer->nchan_buffer_full; n++ )
#else
    for ( n = 0; n < st_ivas->hTcBuffer->nchan_transport_internal; n++ )
#endif
    {
        p_tc[n] = &st_ivas->hTcBuffer->tc[n][st_ivas->hTcBuffer->n_samples_rendered];
    }