diff options
Diffstat (limited to 'graphics/jpeg/files/patch-transupp.h')
-rw-r--r-- | graphics/jpeg/files/patch-transupp.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/jpeg/files/patch-transupp.h b/graphics/jpeg/files/patch-transupp.h index 2073ae3c8775..c48d0e057b3a 100644 --- a/graphics/jpeg/files/patch-transupp.h +++ b/graphics/jpeg/files/patch-transupp.h @@ -1,6 +1,6 @@ ---- transupp.h.orig 2003-09-21 23:01:30.000000000 +0200 -+++ transupp.h 2009-07-01 08:54:49.000000000 +0200 -@@ -96,7 +96,8 @@ +--- transupp.h.orig 2009-09-03 10:54:26.000000000 +0200 ++++ transupp.h 2010-01-13 09:34:06.000000000 +0100 +@@ -101,7 +101,8 @@ JXFORM_TRANSVERSE, /* transpose across UR-to-LL axis */ JXFORM_ROT_90, /* 90-degree clockwise rotation */ JXFORM_ROT_180, /* 180-degree rotation */ @@ -10,7 +10,7 @@ } JXFORM_CODE; /* -@@ -136,6 +137,10 @@ +@@ -141,6 +142,10 @@ JDIMENSION crop_yoffset; /* Y offset of selected region */ JCROP_CODE crop_yoffset_set; /* (negative measures from bottom edge) */ @@ -21,16 +21,16 @@ /* Internal workspace: caller should not touch these */ int num_components; /* # of components in workspace */ jvirt_barray_ptr * workspace_coef_arrays; /* workspace for transformations */ -@@ -143,6 +148,8 @@ +@@ -148,6 +153,8 @@ JDIMENSION output_height; JDIMENSION x_crop_offset; /* destination crop offsets measured in iMCUs */ JDIMENSION y_crop_offset; + JDIMENSION drop_width; /* drop dimensions measured in iMCUs */ + JDIMENSION drop_height; - int max_h_samp_factor; /* destination iMCU size */ - int max_v_samp_factor; + int iMCU_sample_width; /* destination iMCU size */ + int iMCU_sample_height; } jpeg_transform_info; -@@ -191,7 +198,8 @@ +@@ -196,7 +203,8 @@ typedef enum { JCOPYOPT_NONE, /* copy no optional markers */ JCOPYOPT_COMMENTS, /* copy only comment (COM) markers */ |