mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-20 23:20:17 +00:00
Remove unused member of RTP reorder queue
This commit is contained in:
@@ -25,7 +25,6 @@ typedef struct _RTP_REORDER_QUEUE {
|
||||
unsigned short nextRtpSequenceNumber;
|
||||
|
||||
uint64_t oldestQueuedTimeMs;
|
||||
PRTP_QUEUE_ENTRY oldestQueuedEntry;
|
||||
} RTP_REORDER_QUEUE, *PRTP_REORDER_QUEUE;
|
||||
|
||||
#define RTPQ_RET_HANDLE_IMMEDIATELY 0
|
||||
|
||||
Reference in New Issue
Block a user