summaryrefslogtreecommitdiff
path: root/libtiff/tif_pixarlog.c
diff options
context:
space:
mode:
authorJoris Van Damme <joris.at.lebbeke@skynet.be>2007-04-19 00:51:47 +0000
committerJoris Van Damme <joris.at.lebbeke@skynet.be>2007-04-19 00:51:47 +0000
commitfdddd616f1a2ab7cb3822887e5497c85ed19e5df (patch)
tree26de3abadf04cde817a84e9f4c5e860a049efa1f /libtiff/tif_pixarlog.c
parentd47a85ce37ae9a6b8c86e73a0b35bdf981000c6a (diff)
downloadlibtiff-git-fdddd616f1a2ab7cb3822887e5497c85ed19e5df.tar.gz
BigTIFF upgrade in progress - widespread temp mess - does not compile now
Diffstat (limited to 'libtiff/tif_pixarlog.c')
-rw-r--r--libtiff/tif_pixarlog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtiff/tif_pixarlog.c b/libtiff/tif_pixarlog.c
index 2b2f40aa..bcf8d687 100644
--- a/libtiff/tif_pixarlog.c
+++ b/libtiff/tif_pixarlog.c
@@ -1,4 +1,4 @@
-/* $Id: tif_pixarlog.c,v 1.20 2007-04-11 14:28:59 joris Exp $ */
+/* $Id: tif_pixarlog.c,v 1.21 2007-04-19 00:51:47 joris Exp $ */
/*
* Copyright (c) 1996-1997 Sam Leffler
@@ -1325,8 +1325,8 @@ PixarLogVGetField(TIFF* tif, uint32 tag, va_list ap)
}
static const TIFFFieldInfo pixarlogFieldInfo[] = {
- {TIFFTAG_PIXARLOGDATAFMT,0,0,TIFF_ANY, FIELD_PSEUDO,FALSE,FALSE,""},
- {TIFFTAG_PIXARLOGQUALITY,0,0,TIFF_ANY, FIELD_PSEUDO,FALSE,FALSE,""}
+ {TIFFTAG_PIXARLOGDATAFMT,0,0,TIFF_ANY, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO,FALSE,FALSE,""},
+ {TIFFTAG_PIXARLOGQUALITY,0,0,TIFF_ANY, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO,FALSE,FALSE,""}
};
int
@@ -1380,7 +1380,7 @@ TIFFInitPixarLog(TIFF* tif, int scheme)
sp->vgetparent = tif->tif_tagmethods.vgetfield;
tif->tif_tagmethods.vgetfield = PixarLogVGetField; /* hook for codec tags */
sp->vsetparent = tif->tif_tagmethods.vsetfield;
- tif->tif_tagmethods.vsetfield = PixarLogVSetField; /* hook for codec tags */
+ tif->tif_tagmethods.vsetfield = PixarLogVSetField; /* hook for codec tags */ ddd
/* Default values for codec-specific fields */
sp->quality = Z_DEFAULT_COMPRESSION; /* default comp. level */