Author: akv
Date: 2011-01-02 20:44:55 +0100 (Sun, 02 Jan 2011)
New Revision: 3780

Modified:
   trunk/plugins/meta-ciff/ciff-meta.c
Log:
Adding lens-fix to ciff-meta loader.

Modified: trunk/plugins/meta-ciff/ciff-meta.c
===================================================================
--- trunk/plugins/meta-ciff/ciff-meta.c 2011-01-02 19:42:51 UTC (rev 3779)
+++ trunk/plugins/meta-ciff/ciff-meta.c 2011-01-02 19:44:55 UTC (rev 3780)
@@ -130,6 +130,8 @@
                                 raw_get_short(rawfile, absoffset+54, &temp);
                                 meta->lens_min_aperture = (gfloat) 
exp(CanonEv(temp)*log(2)/2);
 
+                               rs_lens_fix(meta);
+
                                 /* Build identifier string */
                                 GString *identifier = g_string_new("");
                                 if (lens_id > 0)


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

Reply via email to