From a13eeddacfdb4325bd7d140d635a8cb87e61a61d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 9 Jun 2021 20:38:22 -0500 Subject: [PATCH] Fix Win32 release build --- src/RtpAudioQueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RtpAudioQueue.c b/src/RtpAudioQueue.c index 11514bb..2a65a0e 100644 --- a/src/RtpAudioQueue.c +++ b/src/RtpAudioQueue.c @@ -81,7 +81,7 @@ static void validateFecBlockState(PRTP_AUDIO_QUEUE queue) { #endif } -static PRTPA_FEC_BLOCK allocateFecBlock(PRTP_AUDIO_QUEUE queue, uint32_t blockSize) { +static PRTPA_FEC_BLOCK allocateFecBlock(PRTP_AUDIO_QUEUE queue, uint16_t blockSize) { PRTPA_FEC_BLOCK block = queue->freeBlockHead; if (block != NULL) {