Author: post
Date: 2012-10-06 15:35:39 +0200 (Sat, 06 Oct 2012)
New Revision: 471

Modified:
   RawSpeed/NefDecoder.cpp
   data/cameras.xml
Log:
Bump decoder version for recently checked Nikons.

Modified: RawSpeed/NefDecoder.cpp
===================================================================
--- RawSpeed/NefDecoder.cpp     2012-10-06 09:07:11 UTC (rev 470)
+++ RawSpeed/NefDecoder.cpp     2012-10-06 13:35:39 UTC (rev 471)
@@ -28,7 +28,7 @@
 
 NefDecoder::NefDecoder(TiffIFD *rootIFD, FileMap* file) :
     RawDecoder(file), mRootIFD(rootIFD) {
-  decoderVersion = 3;
+  decoderVersion = 4;
 }
 
 NefDecoder::~NefDecoder(void) {

Modified: data/cameras.xml
===================================================================
--- data/cameras.xml    2012-10-06 09:07:11 UTC (rev 470)
+++ data/cameras.xml    2012-10-06 13:35:39 UTC (rev 471)
@@ -997,7 +997,7 @@
     <Crop x="0" y="0" width="4310" height="2868"/>
     <Sensor black="0" white="3767"/>
   </Camera>
-  <Camera make="NIKON CORPORATION" model="NIKON 1 J1" decoder_version="3">
+  <Camera make="NIKON CORPORATION" model="NIKON 1 J1" decoder_version="4">
     <CFA width="2" height="2">
       <Color x="0" y="0">RED</Color>
       <Color x="1" y="0">GREEN</Color>
@@ -1007,7 +1007,7 @@
     <Crop x="0" y="0" width="0" height="-2"/>
     <Sensor black="0" white="0"/>
   </Camera>
-  <Camera make="NIKON CORPORATION" model="NIKON 1 V1" decoder_version="3">
+  <Camera make="NIKON CORPORATION" model="NIKON 1 V1" decoder_version="4">
     <CFA width="2" height="2">
       <Color x="0" y="0">RED</Color>
       <Color x="1" y="0">GREEN</Color>
@@ -1030,7 +1030,7 @@
                <Hint name="coolpixsplit" value=""/>
        </Hints>        
   </Camera>
-  <Camera make="NIKON" model="E5700" decoder_version="3">
+  <Camera make="NIKON" model="E5700" decoder_version="4">
     <CFA width="2" height="2">
       <Color x="0" y="0">BLUE</Color>
       <Color x="1" y="0">GREEN</Color>


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

Reply via email to