Changeset 846 for trunk/src/3rdparty/libjpeg/jdapimin.c
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libjpeg/jdapimin.c
r2 r846 3 3 * 4 4 * Copyright (C) 1994-1998, Thomas G. Lane. 5 * Modified 2009 by Guido Vollbeding. 5 6 * This file is part of the Independent JPEG Group's software. 6 7 * For conditions of distribution and use, see the accompanying README file. … … 186 187 187 188 /* Set defaults for other decompression parameters. */ 188 cinfo->scale_num = 1; /* 1:1 scaling */189 cinfo->scale_denom = 1;189 cinfo->scale_num = cinfo->block_size; /* 1:1 scaling */ 190 cinfo->scale_denom = cinfo->block_size; 190 191 cinfo->output_gamma = 1.0; 191 192 cinfo->buffered_image = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.