Fix a bug in RTP queue found when porting to moonlight-common-c

This commit is contained in:
Cameron Gutman 2015-06-15 09:51:59 -07:00
parent 7d61948d91
commit 7d150e7e89

View File

@ -64,6 +64,7 @@ public class RtpReorderQueue {
if (oldestQueuedTime == Long.MAX_VALUE) {
oldestQueuedTime = entry.queueTime;
oldestQueuedEntry = entry;
}
if (head) {