Commit a0dddc3c authored by TYAGIRIS's avatar TYAGIRIS
Browse files

Merge branch 'main-pc-update-step4-initial-version' of...

Merge branch 'main-pc-update-step4-initial-version' of ssh://forge.3gpp.org:29419/sa4/audio/ivas-basop into main-pc-update-step4-initial-version
parents fdd8cd35 fe2e08c9
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2827,11 +2827,7 @@ static ivas_error decodeVoIP(
    int16_t nSamplesFlushed = 0;

    /* decode and get samples */
#ifdef SPLIT_REND_WITH_HEAD_ROT
    if ( ( error = IVAS_DEC_Flush( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, &nSamplesFlushed ) ) != IVAS_ERR_OK )
#else
    if ( ( error = IVAS_DEC_Flush( hIvasDec, nOutSamples, pcmBuf, &nSamplesFlushed ) ) != IVAS_ERR_OK )
#endif
    {
        fprintf( stderr, "\nError in IVAS_DEC_VoIP_Flush: %s\n", IVAS_DEC_GetErrorMessage( error ) );
        goto cleanup;