[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 @@
* jfdctflt.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
* Modified 2003-2015 by Guido Vollbeding.
* Modified 2003-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.
*
@ -48,7 +48,7 @@
*/
#if DCTSIZE != 8
Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
Sorry, this code only copes with 8x8 DCT blocks. /* deliberate syntax err */
#endif