API update to provide enough information to support GFE 3.0.7

This commit is contained in:
Cameron Gutman
2016-10-05 17:23:59 -07:00
parent ed2c4e716b
commit f57bd745b4
10 changed files with 103 additions and 48 deletions

View File

@@ -507,7 +507,7 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length) {
lastPacketInStream = streamPacketIndex;
// If this is the first packet, skip the frame header (if one exists)
if (firstPacket && ServerMajorVersion >= 5) {
if (firstPacket && AppVersionQuad[0] >= 5) {
currentPos.offset += 8;
currentPos.length -= 8;
}