mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Fix skipping first video packet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user