[LIBJPEG] Update to version 9c. CORE-14291

This commit is contained in:
Thomas Faber 2018-02-04 13:22:20 +01:00
parent df5a0b43e7
commit ef4f57579e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
33 changed files with 551 additions and 381 deletions

View file

@ -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 {