mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-05 07:16:02 +00:00
Fix skipping first video packet
This commit is contained in:
@@ -38,7 +38,7 @@ void initializeVideoDepacketizer(int pktSize) {
|
||||
waitingForNextSuccessfulFrame = 0;
|
||||
waitingForIdrFrame = 1;
|
||||
gotNextFrameStart = 0;
|
||||
lastPacketInStream = 0;
|
||||
lastPacketInStream = -1;
|
||||
decodingFrame = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user