Browse Source

Update fec_manager.h

Fred Wu 3 years ago
parent
commit
0261c75c29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fec_manager.h

+ 2 - 0
fec_manager.h

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