File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -382,9 +382,9 @@ static int reconstructFrame(PRTP_VIDEO_QUEUE queue) {
382382
383383 // Check all NV_VIDEO_PACKET fields except FEC stuff which differs in the recovered packet
384384 LC_ASSERT_VT (nvPacket -> flags == droppedNvPacket -> flags );
385+ LC_ASSERT_VT (nvPacket -> extraFlags == droppedNvPacket -> extraFlags );
385386 LC_ASSERT_VT (nvPacket -> frameIndex == droppedNvPacket -> frameIndex );
386387 LC_ASSERT_VT (nvPacket -> streamPacketIndex == droppedNvPacket -> streamPacketIndex );
387- LC_ASSERT_VT (nvPacket -> reserved == droppedNvPacket -> reserved );
388388 LC_ASSERT_VT (!queue -> multiFecCapable || nvPacket -> multiFecBlocks == droppedNvPacket -> multiFecBlocks );
389389
390390 // Check the data itself - use memcmp() and only loop if an error is detected
You can’t perform that action at this time.
0 commit comments