RFR: 8289542: Update JPEG Image Decoding Software to 9e

Kevin Rushforth kcr at openjdk.org
Fri Aug 19 13:36:49 UTC 2022


On Fri, 19 Aug 2022 07:48:18 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> Looks like this is an existing issue, as we replace tabs with 4 spaces.
> We have several such existing instances of incorrect layout.

Perhaps it would be better to replace TABS with 8 spaces for libjpeg since it looks like that is what their source base assumes? If we were to do that, it would need to be done separately and not part of this update, since we would want to do it consistently for all TABS and not just the ones on lines modified by this update. It may or may not be worth a follow-up cleanup issue.

-------------

PR: https://git.openjdk.org/jfx/pull/874


More information about the openjfx-dev mailing list