update nugets & code optimization

This commit is contained in:
2024-06-11 08:11:40 +02:00
parent 79d9eed045
commit 3615fc109a
58 changed files with 337 additions and 290 deletions

View File

@@ -93,7 +93,7 @@ public class MIO0
public static byte[] mio0_decode(byte[] mio0_buf)
{
MIO0_Header head = new MIO0_Header();
MIO0_Header head = new();
uint bytes_written = 0;
int bit_idx = 0;
int comp_idx = 0;