Commit bbe31ed1 authored by vaclav's avatar vaclav
Browse files

comment

parent 6fed8ac4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2936,10 +2936,10 @@ ivas_error IVAS_DEC_VoIP_GetSamples(
        }

#ifdef MEM_ALLOC_APP_DEC_JBM
        uint16_t nSamplesRendered2 = 0;
        uint16_t nSamplesRendered2 = 0; // VE: todo - verify use for EVS
                                        /* Reconfigure IVAS decoder handles and reallocate the memory if IVAS total bitrate has changed */
#ifdef SPLIT_REND_WITH_HEAD_ROT
        if ( ( error = IVAS_DEC_Setup( hIvasDec, &nSamplesRendered, IVAS_DEC_PCM_INT16, pcmBuf + nSamplesRendered * nOutChannels ) ) != IVAS_ERR_OK )
        if ( ( error = IVAS_DEC_Setup( hIvasDec, &nSamplesRendered2, IVAS_DEC_PCM_INT16, pcm_buffer_offset( pcmBuf, pcmType, nSamplesRendered * nOutChannels ) ) ) != IVAS_ERR_OK )
#else
        if ( ( error = IVAS_DEC_Setup( hIvasDec, &nSamplesRendered2, pcmBuf + nSamplesRendered2 * nOutChannels ) ) != IVAS_ERR_OK )
#endif