~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to libImaging/Jpeg.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (1.1.4)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130131204920-7tnuhqhlsqdza4c2
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    JPEGDESTINATION destination;
101
101
 
102
102
    int extra_offset;
 
103
    
 
104
    int rawExifLen;   /* EXIF data length */
 
105
    char* rawExif;  /* EXIF buffer pointer */
103
106
 
104
107
} JPEGENCODERSTATE;