Open jumbo533 opened 11 months ago
There is an issue in VcEncoder constructor. If source file size is more than int.MaxValue than it would be incorrect behavior in: _nativeAllocation = new NativeAllocation((int)source.Length);
What would the fix involve here? just removing the cast to int?
There is an issue in VcEncoder constructor. If source file size is more than int.MaxValue than it would be incorrect behavior in: _nativeAllocation = new NativeAllocation((int)source.Length);