mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-06 15:56:19 +00:00
Prevent the depacketizer from receiving parity packets
This commit is contained in:
@@ -65,7 +65,6 @@ static void ReceiveThreadProc(void* context) {
|
||||
int bufferSize, receiveSize;
|
||||
char* buffer;
|
||||
int queueStatus;
|
||||
int length;
|
||||
PRTPFEC_QUEUE_ENTRY queueEntry;
|
||||
|
||||
receiveSize = StreamConfig.packetSize + MAX_RTP_HEADER_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user