summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-02-13 16:34:57 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-02-13 16:34:57 +0000
commite648e1ca7920fc4fdfdfdc8dfd30504789b02efb (patch)
tree57f7f22a462ed08cc0572289471cc4a0cd18b333 /graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp
parentUpgrade textproc/kibana44 to version 4.4.1. (diff)
graphics/pfstools: some fixes
- fixes for octave 4.0 - fixes for netpbm - submitter becomes maintainer PR: 206239 Submitted by: Iouri V. Ivliev <fbsd@any.COM.ru> Approved by: darius@dons.net.au (maintainer)
Notes
Notes: svn path=/head/; revision=408808
Diffstat (limited to 'graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp')
-rw-r--r--graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp b/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp
index 7fbcfe4390eb..b6c15dd9255e 100644
--- a/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp
+++ b/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp
@@ -1,6 +1,6 @@
---- src/fileformat/pfsinjpeghdr.cpp.orig 2005-11-04 08:54:27.000000000 +0000
-+++ src/fileformat/pfsinjpeghdr.cpp 2014-02-20 19:04:01.546588828 +0000
-@@ -123,8 +123,8 @@
+--- src/fileformat/pfsinjpeghdr.cpp.orig 2005-11-04 08:54:27 UTC
++++ src/fileformat/pfsinjpeghdr.cpp
+@@ -123,8 +123,8 @@ void readFrames( int argc, char* argv[]
case JPEG_HEADER_HDR: // HDR image
jpeghdr_start_decompress(&jhinf);
frame = pfsio.createFrame( jhinf.cinfo.output_width, jhinf.cinfo.output_height );
@@ -11,7 +11,7 @@
// Important: test jhinf.output_scanline, not jhinf.cinfo
int index ;
index = 0;
-@@ -144,7 +144,7 @@
+@@ -144,7 +144,7 @@ void readFrames( int argc, char* argv[]
(Z->getRawData())[i] = hdrscan[3*i + 2];
}
pfs::transformColorSpace( pfs::CS_RGB, X, Y, Z, pfs::CS_XYZ, X, Y, Z );