mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Fix skipping first video packet
This commit is contained in:
parent
b79ee8ca46
commit
dc57079831
@ -38,7 +38,7 @@ void initializeVideoDepacketizer(int pktSize) {
|
||||
waitingForNextSuccessfulFrame = 0;
|
||||
waitingForIdrFrame = 1;
|
||||
gotNextFrameStart = 0;
|
||||
lastPacketInStream = 0;
|
||||
lastPacketInStream = -1;
|
||||
decodingFrame = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user