Prevent the depacketizer from receiving parity packets
This commit is contained in:
parent
6fb3472aec
commit
4134ea3c23
3 changed files with 22 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue