diff src/format_raw.c @ 59:57f6da2510d9

Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net> * format_canon.[ch]: Reimplement canon raw parser to use convenience functions from exif.c, also separated parsers into one per file type. For the cr2 format also verify compression type in tiff field 0x0103. * format_raw.c: Add FIXME comment noting current shortcomings.
author gqview
date Sun, 12 Jun 2005 23:45:45 +0000
parents a8c9992320f4
children 847e4bc6b54c
line wrap: on
line diff
--- a/src/format_raw.c	Sat Jun 11 05:11:39 2005 +0000
+++ b/src/format_raw.c	Sun Jun 12 23:45:45 2005 +0000
@@ -304,6 +304,10 @@
 		if (debug) printf("RAW file parser extension match\n");
 		}
 
+	/* FIXME:
+	 * when the target is a tiff file it should be mmaped prior to format_raw_find as
+	 * the make field data may not always be within header_data + header_len
+	 */ 
 	entry = format_raw_find(header_data, header_len);
 
 	if (!entry || !entry->func_parse) return FALSE;