Comment formatting tweaks
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* Modified 2010 by Guido Vollbeding.
|
* Modified 2010 by Guido Vollbeding.
|
||||||
* libjpeg-turbo Modifications:
|
* libjpeg-turbo Modifications:
|
||||||
* Copyright (C) 2014, D. R. Commander.
|
* Copyright (C) 2014, D. R. Commander.
|
||||||
* For conditions of distribution and use, see the accompanying README file.
|
* For conditions of distribution and use, see the accompanying README file.
|
||||||
*
|
*
|
||||||
* This file contains a floating-point implementation of the
|
* This file contains a floating-point implementation of the
|
||||||
* inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
|
* inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
|
||||||
|
|||||||
22
jstdhuff.c
22
jstdhuff.c
@@ -1,15 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* jstdhuff.c
|
* jstdhuff.c
|
||||||
*
|
*
|
||||||
* This file was part of the Independent JPEG Group's software:
|
* This file was part of the Independent JPEG Group's software:
|
||||||
* Copyright (C) 1991-1998, Thomas G. Lane.
|
* Copyright (C) 1991-1998, Thomas G. Lane.
|
||||||
* libjpeg-turbo Modifications:
|
* libjpeg-turbo Modifications:
|
||||||
* Copyright (C) 2013, D. R. Commander.
|
* Copyright (C) 2013, D. R. Commander.
|
||||||
* For conditions of distribution and use, see the accompanying README file.
|
* For conditions of distribution and use, see the accompanying README file.
|
||||||
*
|
*
|
||||||
* This file contains routines to set the default Huffman tables, if they are
|
* This file contains routines to set the default Huffman tables, if they are
|
||||||
* not already set.
|
* not already set.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Huffman table setup routines
|
* Huffman table setup routines
|
||||||
|
|||||||
Reference in New Issue
Block a user