mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Fix a bug in RTP queue found when porting to moonlight-common-c
This commit is contained in:
@@ -64,6 +64,7 @@ public class RtpReorderQueue {
|
||||
|
||||
if (oldestQueuedTime == Long.MAX_VALUE) {
|
||||
oldestQueuedTime = entry.queueTime;
|
||||
oldestQueuedEntry = entry;
|
||||
}
|
||||
|
||||
if (head) {
|
||||
|
||||
Reference in New Issue
Block a user