Report frames to the control stream code before FEC reconstruction

This commit is contained in:
Cameron Gutman 2020-12-24 11:05:08 -06:00
commit 97ca7b099f
3 changed files with 7 additions and 4 deletions

View file

@ -530,9 +530,6 @@ static void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length,
dropFrameState();
return;
}
// Notify the listener of the latest frame we've seen from the PC
connectionSawFrame(frameIndex);
// Verify that we didn't receive an incomplete frame
LC_ASSERT(firstPacket ^ decodingFrame);