The Independent JPEG Group's JPEG software v9c

This commit is contained in:
Guido Vollbeding
2018-01-14 00:00:00 +00:00
committed by DRC
parent a560e4b423
commit 96e4e7eb60
75 changed files with 2273 additions and 721 deletions

View File

@@ -2,7 +2,7 @@
* jfdctfst.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.
*
@@ -44,7 +44,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