Return all available audio data after FEC block timer expires

This commit is contained in:
Cameron Gutman 2021-06-01 20:01:26 -05:00
commit 683208ddc8
2 changed files with 25 additions and 11 deletions

View file

@ -35,6 +35,7 @@ typedef struct _RTPA_FEC_BLOCK {
// Used when dequeuing data from FEC blocks for the caller
uint8_t nextDataPacketIndex;
bool allowDiscontinuity;
uint16_t blockSize;