aboutsummaryrefslogtreecommitdiff
path: root/jidctfst.c
diff options
context:
space:
mode:
authorThomas G. Lane <tgl@netcom.com>1996-02-07 00:00:00 +0000
committerDRC <information@libjpeg-turbo.org>2015-07-29 15:32:35 -0500
commit489583f5165e05d37302e8eeec58104ea0109127 (patch)
treeaf025016f71386106390afe4db314878cd42c6b5 /jidctfst.c
parentbc79e0680a45d1ca330d690dae0340c8e17ab5e3 (diff)
downloadlibjpeg-turbo-489583f5165e05d37302e8eeec58104ea0109127.tar.gz
The Independent JPEG Group's JPEG software v6a
Diffstat (limited to 'jidctfst.c')
-rw-r--r--jidctfst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jidctfst.c b/jidctfst.c
index 5736817e..c8661ba2 100644
--- a/jidctfst.c
+++ b/jidctfst.c
@@ -1,7 +1,7 @@
/*
* jidctfst.c
*
- * Copyright (C) 1994-1995, Thomas G. Lane.
+ * Copyright (C) 1994-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
@@ -164,7 +164,7 @@
* Perform dequantization and inverse DCT on one block of coefficients.
*/
-GLOBAL void
+GLOBAL(void)
jpeg_idct_ifast (j_decompress_ptr cinfo, jpeg_component_info * compptr,
JCOEFPTR coef_block,
JSAMPARRAY output_buf, JDIMENSION output_col)