Prevent the depacketizer from receiving parity packets

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

View file

@ -5,6 +5,7 @@
typedef struct _RTPFEC_QUEUE_ENTRY {
PRTP_PACKET packet;
int length;
int isParity;
struct _RTPFEC_QUEUE_ENTRY* next;
struct _RTPFEC_QUEUE_ENTRY* prev;