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

Fix issue with unpacked size computation #1141

Merged
merged 3 commits into from
Sep 19, 2021

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Sep 5, 2021

This was an issue with any compression type that encodes a single
scanline per chunk, the unpacked size would end up incorrect.

Fixes #1137

Signed-off-by: Kimball Thurston kdt3rd@gmail.com

This was an issue with any compression type that encodes a single
scanline per chunk, the unpacked size would end up incorrect.

Fixes AcademySoftwareFoundation#1137

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
src/lib/OpenEXRCore/parse_header.c Outdated Show resolved Hide resolved
src/lib/OpenEXRCore/parse_header.c Show resolved Hide resolved
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
@kdt3rd kdt3rd merged commit e673771 into AcademySoftwareFoundation:master Sep 19, 2021
@kdt3rd kdt3rd deleted the fix_1137 branch September 19, 2021 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Corruption and failures reading 4:2:0 images using OpenEXRCore
5 participants