Loading lib_util/ivas_rtp_file.c +0 −8 Original line number Diff line number Diff line Loading @@ -1147,15 +1147,7 @@ ivas_error IVAS_RTP_ReadNextFrame( *qBit = !rtp->speechLostIndicated; rtp->numFramesInPacket--; rtp->numFramesProduced++; #ifdef USE_RTPDUMP if ( nextPacketRcvTime_ms ) { *nextPacketRcvTime_ms = rtp->hRtpFile->offset_ms; } rtp->hRtpFile->offset_ms += 20; #else *nextPacketRcvTime_ms += 20; #endif return IVAS_ERR_OK; } Loading Loading
lib_util/ivas_rtp_file.c +0 −8 Original line number Diff line number Diff line Loading @@ -1147,15 +1147,7 @@ ivas_error IVAS_RTP_ReadNextFrame( *qBit = !rtp->speechLostIndicated; rtp->numFramesInPacket--; rtp->numFramesProduced++; #ifdef USE_RTPDUMP if ( nextPacketRcvTime_ms ) { *nextPacketRcvTime_ms = rtp->hRtpFile->offset_ms; } rtp->hRtpFile->offset_ms += 20; #else *nextPacketRcvTime_ms += 20; #endif return IVAS_ERR_OK; } Loading