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 bcf0a91 commit 0ffd5e2Copy full SHA for 0ffd5e2
src/nyx/dicom_util.h
@@ -10,7 +10,7 @@ Uint32 getFrameSize(DcmDataset* dataset)
10
return 0;
11
12
Uint32 frameSize = 0;
13
-#if DCMTK_VERSION_NUMBER >= 0x036800
+#if OFFIS_DCMTK_VERSION_NUMBER >= 0x036800
14
// DCMTK 3.6.8+ expects a boolean indicating uncompressed state
15
OFBool isUncompressed = (pixelData->transferState() == ERW_memory);
16
status = pixelData->getUncompressedFrameSize(dataset, frameSize, isUncompressed);
0 commit comments