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

Modified Files:
        ufraw_routines.c 
Log Message:
Recognize the .ori filename extension from the OLYMPUS E-M5MarkII.

Index: ufraw_routines.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_routines.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- ufraw_routines.c    24 Jan 2015 10:00:16 -0000      1.126
+++ ufraw_routines.c    20 Mar 2015 17:00:14 -0000      1.127
@@ -167,8 +167,8 @@
 
 const char raw_ext[] = "3fr,ari,arw,cap,cine,cr2,crw,cs1,dc2,dcr,dng,erf,fff,"
                        "hdr,ia,iiq,jpeg,jpg,k25,kc2,kdc,mdc,mef,mos,mrw,nef,"
-                       "nrw,orf,pef,pxn,qtk,r3d,raf,raw,rdc,rw2,rwl,sr2,srf,"
-                       "srw,sti,tif,tiff,ufraw,x3f";
+                       "nrw,orf,ori,pef,pxn,qtk,r3d,raf,raw,rdc,rw2,rwl,sr2,"
+                       "srf,srw,sti,tif,tiff,ufraw,x3f";
 
 const char *file_type[] = { ".ppm", ".ppm", ".tif", ".tif", ".jpg",
                             ".png", ".png", ".embedded.jpg", ".embedded.png",
@@ -605,3 +605,4 @@
     memmove(root + index + 1, root + index, (length - index) * sizeof(void *));
     root [index] = item;
 }
+


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to