mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[LIBJPEG] Update to version 9c. CORE-14291
This commit is contained in:
parent
df5a0b43e7
commit
ef4f57579e
33 changed files with 551 additions and 381 deletions
8
dll/3rdparty/libjpeg/jdmerge.c
vendored
8
dll/3rdparty/libjpeg/jdmerge.c
vendored
|
@ -2,7 +2,7 @@
|
|||
* jdmerge.c
|
||||
*
|
||||
* Copyright (C) 1994-1996, Thomas G. Lane.
|
||||
* Modified 2013-2015 by Guido Vollbeding.
|
||||
* Modified 2013-2017 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.
|
||||
*
|
||||
|
@ -40,6 +40,12 @@
|
|||
#ifdef UPSAMPLE_MERGING_SUPPORTED
|
||||
|
||||
|
||||
#if RANGE_BITS < 2
|
||||
/* Deliberate syntax err */
|
||||
Sorry, this code requires 2 or more range extension bits.
|
||||
#endif
|
||||
|
||||
|
||||
/* Private subobject */
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue