diff src/format_raw.c @ 57:a8c9992320f4

Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net> * exif.c (exif_parse_IFD_table): Fix offset count before testing against buffer size. * exif.h: Make exif_text_list_find_value available. * format_canon.c: Fix copy's length when duping Canon.SerialNumber, and adjust several text descriptions. * format_fuji.c: Remove "MkN." text from tag names. * format_nikon.c: Fix offset count before testing against buffer size, and remove "MkN." text from tag names. Add several new tags. * format_olympus.[ch]: New files for olympus makernote. * format_raw.c: Add exif olympus hook. * src/Makefile.am: Add format_olympus.[ch].
author gqview
date Sat, 11 Jun 2005 01:09:30 +0000
parents b58cac75ad12
children 57f6da2510d9
line wrap: on
line diff
--- a/src/format_raw.c	Fri Jun 10 06:23:22 2005 +0000
+++ b/src/format_raw.c	Sat Jun 11 01:09:30 2005 +0000
@@ -31,6 +31,7 @@
 #include "format_canon.h"
 #include "format_fuji.h"
 #include "format_nikon.h"
+#include "format_olympus.h"
 
 
 /* so that debugging is honored */
@@ -69,6 +70,7 @@
 	FORMAT_EXIF_CANON,
 	FORMAT_EXIF_FUJI,
 	FORMAT_EXIF_NIKON,
+	FORMAT_EXIF_OLYMPUS,
 	{ 0, NULL, 0, NULL }
 };