~ubuntu-branches/ubuntu/vivid/tiff/vivid-proposed

« back to all changes in this revision

Viewing changes to libtiff/tiffiop.h

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-06-24 13:45:42 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120624134542-2xxi2i0ytrcddfdx
Tags: 4.0.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tiffiop.h,v 1.82 2011-02-18 20:53:05 fwarmerdam Exp $ */
 
1
/* $Id: tiffiop.h,v 1.84 2012-05-30 01:50:17 fwarmerdam Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (c) 1988-1997 Sam Leffler
121
121
        #define TIFF_BUF4WRITE  0x100000 /* rawcc bytes are for writing */
122
122
        #define TIFF_DIRTYSTRIP 0x200000 /* stripoffsets/stripbytecount dirty*/
123
123
        #define TIFF_PERSAMPLE  0x400000 /* get/set per sample tags as arrays */
 
124
        #define TIFF_BUFFERMMAP 0x800000 /* read buffer (tif_rawdata) points into mmap() memory */
124
125
        uint64               tif_diroff;       /* file offset of current directory */
125
126
        uint64               tif_nextdiroff;   /* file offset of following directory */
126
127
        uint64*              tif_dirlist;      /* list of offsets to already seen directories to prevent IFD looping */