Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with large files (more than 2 Gb) #8

Open
jumbo533 opened this issue Nov 27, 2023 · 1 comment
Open

Issue with large files (more than 2 Gb) #8

jumbo533 opened this issue Nov 27, 2023 · 1 comment

Comments

@jumbo533
Copy link

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);

@chyyran
Copy link
Member

chyyran commented Feb 10, 2024

What would the fix involve here? just removing the cast to int?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants