diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-17 12:29:30 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-17 12:29:30 +0100 |
| commit | 2f09e96b6d478a56484bdb6d771a3dced8c37126 (patch) | |
| tree | ec81147a77a06f90ffa130da08ed60afe10965cc /jpeg/jdmerge.c | |
| parent | 8941dd1ab7c9d9c8b1b0db3d49c557487ca31eca (diff) | |
Update bundled libjpeg to version 9e (16 jan 2022)
Diffstat (limited to 'jpeg/jdmerge.c')
| -rw-r--r-- | jpeg/jdmerge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jpeg/jdmerge.c b/jpeg/jdmerge.c index 8b5c899cc..8ff13143a 100644 --- a/jpeg/jdmerge.c +++ b/jpeg/jdmerge.c @@ -2,7 +2,7 @@ * jdmerge.c * * Copyright (C) 1994-1996, Thomas G. Lane. - * Modified 2013-2019 by Guido Vollbeding. + * Modified 2013-2020 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. * @@ -190,7 +190,7 @@ merged_2v_upsample (j_decompress_ptr cinfo, if (upsample->spare_full) { /* If we have a spare row saved from a previous cycle, just return it. */ - jcopy_sample_rows(& upsample->spare_row, 0, output_buf + *out_row_ctr, 0, + jcopy_sample_rows(& upsample->spare_row, output_buf + *out_row_ctr, 1, upsample->out_row_width); num_rows = 1; upsample->spare_full = FALSE; |
