projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removing xti info from msw specific files
[wxWidgets.git]
/
src
/
tiff
/
libtiff
/
tif_predict.c
diff --git
a/src/tiff/libtiff/tif_predict.c
b/src/tiff/libtiff/tif_predict.c
index e487d5b87bafe040ed179c1c6103a916eeef09fc..b4a7dfbe690629427c7503271c85187c086a7240 100644
(file)
--- a/
src/tiff/libtiff/tif_predict.c
+++ b/
src/tiff/libtiff/tif_predict.c
@@
-317,7
+317,7
@@
fpAcc(TIFF* tif, tidata_t cp0, tsize_t cc)
for (count = 0; count < wc; count++) {
uint32 byte;
for (byte = 0; byte < bps; byte++) {
for (count = 0; count < wc; count++) {
uint32 byte;
for (byte = 0; byte < bps; byte++) {
-#if WORDS_BIGENDIAN
+#if
def
WORDS_BIGENDIAN
cp[bps * count + byte] = tmp[byte * wc + count];
#else
cp[bps * count + byte] =
cp[bps * count + byte] = tmp[byte * wc + count];
#else
cp[bps * count + byte] =
@@
-459,7
+459,7
@@
fpDiff(TIFF* tif, tidata_t cp0, tsize_t cc)
for (count = 0; count < wc; count++) {
uint32 byte;
for (byte = 0; byte < bps; byte++) {
for (count = 0; count < wc; count++) {
uint32 byte;
for (byte = 0; byte < bps; byte++) {
-#if WORDS_BIGENDIAN
+#if
def
WORDS_BIGENDIAN
cp[byte * wc + count] = tmp[bps * count + byte];
#else
cp[(bps - byte - 1) * wc + count] =
cp[byte * wc + count] = tmp[bps * count + byte];
#else
cp[(bps - byte - 1) * wc + count] =