summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-ijg-libjpeg
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-12 19:18:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-12 19:18:55 +0000
commit79fd5d2214d2f30a869a8c5a973f53261da13290 (patch)
treef664ae9c72bc07e9347d596062d32e310cb5ede2 /mail/thunderbird/files/patch-ijg-libjpeg
parentRemove accidentally leftover ${PORTSDIR} vars in *_DEPENDS (diff)
mail/thunderbird: update to 45.0 (rc1)
Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/ Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
Notes
Notes: svn path=/head/; revision=413157
Diffstat (limited to 'mail/thunderbird/files/patch-ijg-libjpeg')
-rw-r--r--mail/thunderbird/files/patch-ijg-libjpeg5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/thunderbird/files/patch-ijg-libjpeg b/mail/thunderbird/files/patch-ijg-libjpeg
index 7ffd8a74ebc3..1743c02c0d34 100644
--- a/mail/thunderbird/files/patch-ijg-libjpeg
+++ b/mail/thunderbird/files/patch-ijg-libjpeg
@@ -69,7 +69,7 @@ index 8fa8200..1d2a259 100644
break;
case JCS_CMYK:
case JCS_YCCK:
-@@ -433,6 +452,15 @@ nsJPEGDecoder::WriteInternal(const char*
+@@ -448,6 +467,16 @@ nsJPEGDecoder::WriteInternal(const char*
return; // I/O suspension
}
@@ -82,9 +82,10 @@ index 8fa8200..1d2a259 100644
+ mInfo.cconvert->color_convert = ycc_rgb_convert_argb;
+ }
+#endif
-
++
// If this is a progressive JPEG ...
mState = mInfo.buffered_image ?
+ JPEG_DECOMPRESS_PROGRESSIVE : JPEG_DECOMPRESS_SEQUENTIAL;
@@ -605,7 +633,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus
uint32_t* imageRow = ((uint32_t*)mImageData) +
(mInfo.output_scanline * mInfo.output_width);