mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +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) {
|
if (oldestQueuedTime == Long.MAX_VALUE) {
|
||||||
oldestQueuedTime = entry.queueTime;
|
oldestQueuedTime = entry.queueTime;
|
||||||
|
oldestQueuedEntry = entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (head) {
|
if (head) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user