Browse Source

Update fec_manager.h

Fred Wu 3 năm trước cách đây
mục cha
commit
0261c75c29
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      fec_manager.h

+ 2 - 0
fec_manager.h

@@ -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;
 	}