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 0ab08d9 commit 0d28e1dCopy full SHA for 0d28e1d
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