Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libjpeg/jdapimin.c

    r2 r846  
    33 *
    44 * Copyright (C) 1994-1998, Thomas G. Lane.
     5 * Modified 2009 by Guido Vollbeding.
    56 * This file is part of the Independent JPEG Group's software.
    67 * For conditions of distribution and use, see the accompanying README file.
     
    186187
    187188  /* 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;
    190191  cinfo->output_gamma = 1.0;
    191192  cinfo->buffered_image = FALSE;
Note: See TracChangeset for help on using the changeset viewer.