You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: