mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Fix a bug in RTP queue found when porting to moonlight-common-c
This commit is contained in:
parent
7d61948d91
commit
7d150e7e89
@ -64,6 +64,7 @@ public class RtpReorderQueue {
|
||||
|
||||
if (oldestQueuedTime == Long.MAX_VALUE) {
|
||||
oldestQueuedTime = entry.queueTime;
|
||||
oldestQueuedEntry = entry;
|
||||
}
|
||||
|
||||
if (head) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user