Update fec_manager.h

This commit is contained in:
Fred Wu 2022-07-02 16:02:30 +08:00 committed by GitHub
parent 89e7e294f2
commit 0261c75c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,8 @@ struct fec_parameter_t
rs_cnt=other.rs_cnt;
memcpy(rs_par,other.rs_par,sizeof(rs_parameter_t)*rs_cnt);
version++;
return 0;
}
};