]> granicus.if.org Git - libjpeg-turbo/commitdiff
Minor comment correction (we support the full range of IDCT scaling factors now.)
authorDRC <dcommander@users.sourceforge.net>
Fri, 18 Apr 2014 07:58:29 +0000 (07:58 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 18 Apr 2014 07:58:29 +0000 (07:58 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1250 632fc199-4ca6-4c93-a231-07263d6284db

jpeglib.h

index 91668ed180073fbb61f910be48d9fb7f00316abb..7386a2ed7d652b61ddc561bb14a30558ffed935e 100644 (file)
--- a/jpeglib.h
+++ b/jpeglib.h
@@ -144,8 +144,8 @@ typedef struct {
   /* Size of a DCT block in samples.  Always DCTSIZE for compression.
    * For decompression this is the size of the output from one DCT block,
    * reflecting any scaling we choose to apply during the IDCT step.
-   * Values of 1,2,4,8 are likely to be supported.  Note that different
-   * components may receive different IDCT scalings.
+   * Values from 1 to 16 are supported.
+   * Note that different components may receive different IDCT scalings.
    */
 #if JPEG_LIB_VERSION >= 70
   int DCT_h_scaled_size;