diff Core/DicomParsing/DcmtkTranscoder.h @ 3946:1f33ed7f82e6 transcoding

automatic test of transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 May 2020 13:44:56 +0200
parents 0b3256c3ee14
children 5fe8c6d3212e
line wrap: on
line diff
--- a/Core/DicomParsing/DcmtkTranscoder.h	Tue May 19 11:24:00 2020 +0200
+++ b/Core/DicomParsing/DcmtkTranscoder.h	Tue May 19 13:44:56 2020 +0200
@@ -51,6 +51,7 @@
     unsigned int  lossyQuality_;
     
     bool InplaceTranscode(bool& hasSopInstanceUidChanged /* out */,
+                          DicomTransferSyntax& selectedSyntax /* out */,
                           DcmFileFormat& dicom,
                           const std::set<DicomTransferSyntax>& allowedSyntaxes,
                           bool allowNewSopInstanceUid);