Author: post
Date: 2011-03-24 20:08:23 +0100 (Thu, 24 Mar 2011)
New Revision: 3920

Modified:
   trunk/plugins/meta-tiff/tiff-meta.c
Log:
Don't load meta-data from Sony A100. Thanks to Jacek Naglak for patch.

Modified: trunk/plugins/meta-tiff/tiff-meta.c
===================================================================
--- trunk/plugins/meta-tiff/tiff-meta.c 2011-03-24 10:23:59 UTC (rev 3919)
+++ trunk/plugins/meta-tiff/tiff-meta.c 2011-03-24 19:08:23 UTC (rev 3920)
@@ -1659,6 +1659,10 @@
                        case 0x0132: /* DateTime */
                                break;
                        case 0x014a: /* SubIFD */
+                               /*Sony DSLR-A100 tag 0x014a points to RAW data 
*/
+                               if (meta->make == MAKE_SONY)
+                                       if (g_strcmp0(meta->model_ascii, 
"DSLR-A100") == 0)
+                                               break;
                                if (ifd.count == 1)
                                        ifd_reader(rawfile, ifd.value_offset, 
meta);
                                else


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to