mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-09-17 12:44:31 +08:00
Update fec_manager.h
This commit is contained in:
@@ -195,6 +195,8 @@ struct fec_parameter_t
|
||||
assert(other.rs_cnt>=1);
|
||||
rs_cnt=other.rs_cnt;
|
||||
memcpy(rs_par,other.rs_par,sizeof(rs_parameter_t)*rs_cnt);
|
||||
|
||||
version++;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user