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
Description
Assertion failure (SIGABRT) in jpc_enc.c:1727
Normal Build
$ /home/oceane/jasper/build_norm/src/app/jasper --output-format jpc -O tilewidth=10 -O tileheight=10 -O rate=0.13887 -O ilyrrates=-1 --input poc_min jasper: /home/oceane/jasper/src/libjasper/jpc/jpc_enc.c:1727: rateallocate: Assertion `lyrno == numlyrs - 1' failed. Aborted
poc_min.zip
Environment
git commit aeef529 Ubuntu 20.04.6 LTS 13th Gen Intel(R) Core(TM) i9-13900
Credit found by me & @benebsiny
The text was updated successfully, but these errors were encountered:
6f47e5a
No branches or pull requests
Description
Assertion failure (SIGABRT) in jpc_enc.c:1727
Normal Build
$ /home/oceane/jasper/build_norm/src/app/jasper --output-format jpc -O tilewidth=10 -O tileheight=10 -O rate=0.13887 -O ilyrrates=-1 --input poc_min
jasper: /home/oceane/jasper/src/libjasper/jpc/jpc_enc.c:1727: rateallocate: Assertion `lyrno == numlyrs - 1' failed.
Aborted
poc_min.zip
Environment
git commit aeef529
Ubuntu 20.04.6 LTS
13th Gen Intel(R) Core(TM) i9-13900
Credit
found by me & @benebsiny
The text was updated successfully, but these errors were encountered: