diff Core/DicomParsing/IDicomTranscoder.h @ 3904:c62f84c7eda9 transcoding

fixing incorrect behavior in MemoryBufferTranscoder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 May 2020 17:21:20 +0200
parents 8f7ad4989fec
children f0dd5ded8927
line wrap: on
line diff
--- a/Core/DicomParsing/IDicomTranscoder.h	Thu May 07 16:43:08 2020 +0200
+++ b/Core/DicomParsing/IDicomTranscoder.h	Thu May 07 17:21:20 2020 +0200
@@ -73,7 +73,8 @@
                                              const std::set<DicomTransferSyntax>& allowedSyntaxes,
                                              bool allowNewSopInstanceUid) = 0;
     
-    virtual bool HasInplaceTranscode() const = 0;
+    virtual bool HasInplaceTranscode(DicomTransferSyntax inputSyntax,
+                                     const std::set<DicomTransferSyntax>& outputSyntaxes) const = 0;
 
     /**
      * In-place transcoding. This method is preferred for C-STORE.