We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a65995 commit d998bb4Copy full SHA for d998bb4
src/librawspeed/tiff/CiffEntry.cpp
@@ -56,8 +56,6 @@ CiffEntry::CiffEntry(NORangesSet<Buffer>* valueDatas,
56
ThrowCPE("Two valueData's overlap. Raw corrupt!");
57
break;
58
case 0x4000:
59
- // Data is stored directly in entry
60
- data_offset = dirEntry.getPosition();
61
// Maximum of 8 bytes of data (the size and offset fields)
62
bytesize = 8;
63
data = dirEntry.getStream(bytesize);
0 commit comments