Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with decompressing fp32 dwa files (AcademySoftwareFoundatio…
…n#1591) There was an issue with the data type not passed to the DCT decompressor in the DWA decoder. That caused 32 bit DWA images to look squashed, as the decompressed 16 bit values were not getting expanded back to 32 bit. Signed-off-by: Anton Dukhovnikov <[email protected]>
- Loading branch information