Prevent the depacketizer from receiving parity packets

This commit is contained in:
Cameron Gutman
2017-06-10 15:42:51 -07:00
parent 6fb3472aec
commit 4134ea3c23
3 changed files with 22 additions and 4 deletions

View File

@@ -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;