mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Fix a nice chance for hiep explontation
This commit is contained in:
parent
ea79836f0f
commit
ea8ebc812e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue