~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/LibJPEG/transupp.c

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
ImportĀ upstreamĀ versionĀ 3.31.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * transupp.c
3
3
 *
4
 
 * Copyright (C) 1997-2001, Thomas G. Lane.
 
4
 * Copyright (C) 1997-2009, Thomas G. Lane, Guido Vollbeding.
5
5
 * This file is part of the Independent JPEG Group's software.
6
6
 * For conditions of distribution and use, see the accompanying README file.
7
7
 *
1309
1309
  case JXFORM_ROT_270:
1310
1310
    transpose_critical_parameters(dstinfo);
1311
1311
    break;
 
1312
  default:
 
1313
    break;
1312
1314
  }
1313
1315
 
1314
1316
  /* Adjust Exif properties */
1446
1448
    if (image_height % (JDIMENSION) MCU_height)
1447
1449
      result = FALSE;
1448
1450
    break;
 
1451
  default:
 
1452
    break;
1449
1453
  }
1450
1454
 
1451
1455
  return result;