[Rawstudio-commit] r2058 - trunk/src

Anders Brander anders at brander.dk
Fri Oct 10 12:49:30 CEST 2008


Author: abrander
Date: 2008-10-10 12:49:30 +0200 (Fri, 10 Oct 2008)
New Revision: 2058

Modified:
   trunk/src/rs-exif.cc
Log:
Fixed exif for Nikon D80.

Modified: trunk/src/rs-exif.cc
===================================================================
--- trunk/src/rs-exif.cc	2008-10-02 21:53:14 UTC (rev 2057)
+++ trunk/src/rs-exif.cc	2008-10-10 10:49:30 UTC (rev 2058)
@@ -60,6 +60,10 @@
 #endif
 	"Exif.Nikon3.NEFThumbnailSize",
 
+#if EXIV2_TEST_VERSION(0,17,91)
+	"Exif.NikonPreview.JPEGInterchangeFormat",
+#endif
+
 #if EXIV2_TEST_VERSION(0,15,99)		/* Exiv2 0.16-pre1 */
 	// Pentax thumbnail data
 	"Exif.Pentax.PreviewResolution",




More information about the Rawstudio-commit mailing list