mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Fix skipping first video packet
This commit is contained in:
parent
316b8c56f1
commit
36c320a584
@ -19,7 +19,7 @@ public class VideoDepacketizer {
|
||||
private VideoPacket backingPacketTail;
|
||||
|
||||
// Sequencing state
|
||||
private int lastPacketInStream = 0;
|
||||
private int lastPacketInStream = -1;
|
||||
private int nextFrameNumber = 1;
|
||||
private int startFrameNumber = 1;
|
||||
private boolean waitingForNextSuccessfulFrame;
|
||||
|
Loading…
x
Reference in New Issue
Block a user