summaryrefslogtreecommitdiff
path: root/jpeg/jccoefct.c
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-17 11:46:11 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-17 12:20:28 +0100
commit3ecadc0a8e2acda3a13d7df5307137f10d66ef80 (patch)
tree23745953de060c5522c66f2f95e362b541203cd7 /jpeg/jccoefct.c
parentbf938da079a2e3535ecd74ba3aa01a5a9b26f3f6 (diff)
Update bundled libjpeg to version 9f
Diffstat (limited to 'jpeg/jccoefct.c')
-rw-r--r--jpeg/jccoefct.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/jpeg/jccoefct.c b/jpeg/jccoefct.c
index 77851f390..494aa2298 100644
--- a/jpeg/jccoefct.c
+++ b/jpeg/jccoefct.c
@@ -2,7 +2,7 @@
* jccoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
- * Modified 2003-2020 by Guido Vollbeding.
+ * Modified 2003-2022 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.
*
@@ -41,9 +41,9 @@ typedef struct {
int MCU_rows_per_iMCU_row; /* number of such rows needed */
/* For single-pass compression, it's sufficient to buffer just one MCU
- * (although this may prove a bit slow in practice). We append a
- * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it
- * for each MCU constructed and sent.
+ * (although this may prove a bit slow in practice).
+ * We append a workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks,
+ * and reuse it for each MCU constructed and sent.
* In multi-pass modes, this array points to the current MCU's blocks
* within the virtual arrays.
*/