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:
Cameron Gutman 2017-06-11 13:30:32 -07:00
parent 05c0fd68e3
commit 3579265560

View File

@ -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