Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1484

Modified Files:
        dcraw.cc 
Log Message:
Make sure filters is set for the FUJIFILM FinePix X100 before black level 
parsing.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- dcraw.cc    26 Oct 2013 13:30:18 -0000      1.303
+++ dcraw.cc    16 Nov 2013 13:30:14 -0000      1.304
@@ -5804,6 +5804,7 @@
        break;
       case 61450:
        blrr = blrc = 2;
+       if (filters == UINT_MAX) filters = 0x94949494;
       case 50714:                      /* BlackLevel */
        black = getreal(type);
        if ((unsigned)(filters+1) < 1000) break;


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to