Report frames to the control stream code before FEC reconstruction
This commit is contained in:
parent
cca2ba9aab
commit
97ca7b099f
3 changed files with 7 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue