diff OrthancServer/ServerContext.h @ 3910:1f71c2f20e16 transcoding

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 12:03:26 +0200
parents f0dd5ded8927
children 0ef7f4528be2
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Fri May 08 11:40:12 2020 +0200
+++ b/OrthancServer/ServerContext.h	Fri May 08 12:03:26 2020 +0200
@@ -467,10 +467,9 @@
     // "TranscodingEnabled" is set to "false"
     bool Transcode(std::string& target /* out */,
                    DicomTransferSyntax& sourceSyntax /* out */,
-                   DicomTransferSyntax& targetSyntax /* out */,
                    bool& hasSopInstanceUidChanged /* out */,
                    ParsedDicomFile& dicom, // Possibly modified
-                   const std::set<DicomTransferSyntax>& allowedSyntaxes,
+                   DicomTransferSyntax targetSyntax,
                    bool allowNewSopInstanceUid);
   };
 }