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

Regression in version 0.3.0 #26

Closed
boulderdash09 opened this issue Nov 7, 2020 · 2 comments
Closed

Regression in version 0.3.0 #26

boulderdash09 opened this issue Nov 7, 2020 · 2 comments

Comments

@boulderdash09
Copy link

boulderdash09 commented Nov 7, 2020

When I want to extract a metadata json file from my hevc with hdr10plus_parser 0.3.0, I have this error message at the end (and no json file) :

thread 'main' panicked at 'called Result::unwrap() on an Err value: Parse("not enough data: expected 12 bits got 2 bits")', src/hdr10plus/parser.rs:233:71
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

It works fine if I use version 0.2.8 or version 0.2.9 on the same hevc (no error message) and I have my json file.

@quietvoid
Copy link
Owner

quietvoid commented Nov 7, 2020

This has been fixed in master but I haven't created a release, I'll make a hotfix release I guess.
Does it still happen with these: https://github.com/quietvoid/hdr10plus_parser/releases/tag/0.3.1

@boulderdash09
Copy link
Author

boulderdash09 commented Nov 7, 2020

Yes it works with this new version !! (no error at all and the json file is created)

Thanks a lot for all your work, it's really impressive.

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