mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 08:46:40 +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) {
|
if (oldestQueuedTime == Long.MAX_VALUE) {
|
||||||
oldestQueuedTime = entry.queueTime;
|
oldestQueuedTime = entry.queueTime;
|
||||||
|
oldestQueuedEntry = entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (head) {
|
if (head) {
|
||||||
|
|||||||
Reference in New Issue
Block a user