Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -2108,7 +2108,7 @@ static ivas_error decodeVoIP( } #ifdef MC_JBM nOutSamples = arg.output_Fs / 50; nOutSamples = (int16_t) ( arg.output_Fs / 50 ); /* decode and get samples */ if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms ) ) != IVAS_ERR_OK ) Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -2108,7 +2108,7 @@ static ivas_error decodeVoIP( } #ifdef MC_JBM nOutSamples = arg.output_Fs / 50; nOutSamples = (int16_t) ( arg.output_Fs / 50 ); /* decode and get samples */ if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms ) ) != IVAS_ERR_OK ) Loading