Commit 478cacfb authored by bayers's avatar bayers
Browse files

remove JITTER_MEM_OPTIM_RENDERING code, fix error in non-headrotation decoding

parent 7df1e004
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -162,10 +162,9 @@
#define FIX_XXX_HEADTRACKER_INIT
#define FIX_XXX_ISM_SBA_ASAN
#define NONBE_FIX_589_JBM_TC_OFFSETS
#define API_5MS
#define API_5MS                                         /* FhG: 5ms rendering capability */
#ifdef API_5MS
/*#define JITTER_MEM_OPTIM_RENDERING*/
#define API_5MS_BASELINE
#define API_5MS_BASELINE                                /* FhG: baseline with 20ms rendering and split rendering through 20ms branch */
#endif
#define LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK
// 5 ms branch switches end
+214 −445

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -1026,6 +1026,7 @@ ivas_error IVAS_DEC_GetSamples(
#endif
        hIvasDec->nSamplesAvailableNext = 0;
        hIvasDec->nSamplesRendered = *nOutSamples;
        nSamplesRendered = *nOutSamples;
        hIvasDec->needNewFrame = true;
        *needNewFrame = true;
    }