We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found out that library does not support legacy Lepton files:
thread 'main' panicked at src\structs\lepton_header.rs:206:29: attempt to subtract with overflow
It looks like it is possible to get in single-threaded mode.
The text was updated successfully, but these errors were encountered:
Can you give me a file to test on? All legacy files should work.
Sorry, something went wrong.
This is the file of DB Lepton test suite https://github.com/dropbox/lepton/blob/master/images/gold-legacy.lep
Effectively I cannot find out in the code an equivalent of https://github.com/dropbox/lepton/blob/master/src/lepton/vp8_decoder.cc#L337 onwards, that is reading legacy file header. Then we arrive to lepton_header.rs:206:29 with empty thread_handoff
lepton_header.rs:206:29
thread_handoff
No branches or pull requests
I found out that library does not support legacy Lepton files:
It looks like it is possible to get in single-threaded mode.
The text was updated successfully, but these errors were encountered: