Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv6063

Modified Files:
        dcraw.cc 
Log Message:
Add preliminary support for the SONY NEX-5N.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- dcraw.cc    28 Aug 2011 03:30:46 -0000      1.251
+++ dcraw.cc    28 Aug 2011 11:45:47 -0000      1.252
@@ -8192,7 +8192,8 @@
     filters = 0x61616161;
   } else if (!strcmp(model,"DSLR-A350")) {
     height -= 4;
-  } else if (!strncmp(model,"SLT-A77",7)) {
+  } else if (!strcmp(model,"SLT-A77V") ||
+            !strcmp(model,"NEX-5N")) {
     width -= 32;
   } else if (!strcmp(model,"PIXL")) {
     height -= top_margin = 4;


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to