mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-07 08:16:08 +00:00
API update to provide enough information to support GFE 3.0.7
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user