mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +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
4
dll/3rdparty/libjpeg/jfdctflt.c
vendored
4
dll/3rdparty/libjpeg/jfdctflt.c
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue