From ea8ebc812e99770e45e08f87e88451ad04b88acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Wed, 18 Nov 2020 20:06:09 +0100 Subject: [PATCH] Fix a nice chance for hiep explontation --- lib/src/frameprocessor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/frameprocessor.c b/lib/src/frameprocessor.c index 17d02e1..6831dea 100644 --- a/lib/src/frameprocessor.c +++ b/lib/src/frameprocessor.c @@ -196,7 +196,7 @@ static ChiakiErrorCode chiaki_frame_processor_fec(ChiakiFrameProcessor *frame_pr ChiakiErrorCode err = chiaki_fec_decode(frame_processor->frame_buf, frame_processor->buf_size_per_unit, frame_processor->buf_stride_per_unit, - frame_processor->units_source_expected, frame_processor->units_fec_received, + frame_processor->units_source_expected, frame_processor->units_fec_expected, erasures, erasures_count); if(err != CHIAKI_ERR_SUCCESS)