Catch RTP FEC queue corruption earlier

This commit is contained in:
Cameron Gutman 2018-09-04 15:56:02 -07:00
commit fa7b23f339
2 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,6 @@ typedef struct _RTP_FEC_QUEUE {
int fecPercentage;
int currentFrameNumber;
unsigned int nextRtpSequenceNumber;
} RTP_FEC_QUEUE, *PRTP_FEC_QUEUE;
#define RTPF_RET_QUEUED_NOTHING_READY 0