The SPI assert can still wrap on a long running stream and doesn't provide a ton of value anyway, so let's just kill it
This commit is contained in:
parent
05c0fd68e3
commit
3579265560
1 changed files with 0 additions and 1 deletions
|
|
@ -420,7 +420,6 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length, unsigned long l
|
|||
streamPacketIndex = videoPacket->streamPacketIndex;
|
||||
|
||||
// The packets and frames must be in sequence from the FEC queue
|
||||
LC_ASSERT(!isBeforeSignedInt(streamPacketIndex, lastPacketInStream + 1, 0));
|
||||
LC_ASSERT(!isBeforeSignedInt(frameIndex, nextFrameNumber, 0));
|
||||
|
||||
// Notify the listener of the latest frame we've seen from the PC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue