Author: post
Date: 2010-04-09 20:28:50 +0200 (Fri, 09 Apr 2010)
New Revision: 215
Modified:
RawSpeed/DngDecoderSlices.cpp
Log:
Properly propagate Bigtable usage on DNG Slices.
Modified: RawSpeed/DngDecoderSlices.cpp
===================================================================
--- RawSpeed/DngDecoderSlices.cpp 2010-04-09 18:27:48 UTC (rev 214)
+++ RawSpeed/DngDecoderSlices.cpp 2010-04-09 18:28:50 UTC (rev 215)
@@ -92,8 +92,8 @@
while (!t->slices.empty()) {
LJpegPlain l(mFile, mRaw);
l.mDNGCompatible = mFixLjpeg;
- l.mUseBigtable = false;
DngSliceElement e = t->slices.front();
+ l.mUseBigtable = e.mUseBigtable;
t->slices.pop();
try {
l.startDecoder(e.byteOffset, e.byteCount, e.offX, e.offY);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit