diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 11:46:11 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 12:20:28 +0100 |
| commit | 3ecadc0a8e2acda3a13d7df5307137f10d66ef80 (patch) | |
| tree | 23745953de060c5522c66f2f95e362b541203cd7 /jpeg/jdct.h | |
| parent | bf938da079a2e3535ecd74ba3aa01a5a9b26f3f6 (diff) | |
Update bundled libjpeg to version 9f
Diffstat (limited to 'jpeg/jdct.h')
| -rw-r--r-- | jpeg/jdct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jpeg/jdct.h b/jpeg/jdct.h index c8ec6cd90..0f251590c 100644 --- a/jpeg/jdct.h +++ b/jpeg/jdct.h @@ -2,7 +2,7 @@ * jdct.h * * Copyright (C) 1994-1996, Thomas G. Lane. - * Modified 2002-2019 by Guido Vollbeding. + * Modified 2002-2023 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * @@ -158,7 +158,7 @@ typedef FAST_FLOAT FLOAT_MULT_TYPE; /* preferred floating type */ #define jpeg_idct_6x12 jRD6x12 #define jpeg_idct_5x10 jRD5x10 #define jpeg_idct_4x8 jRD4x8 -#define jpeg_idct_3x6 jRD3x8 +#define jpeg_idct_3x6 jRD3x6 #define jpeg_idct_2x4 jRD2x4 #define jpeg_idct_1x2 jRD1x2 #endif /* NEED_SHORT_EXTERNAL_NAMES */ |
