diff OrthancServer/ServerJobs/ArchiveJob.cpp @ 3951:5fe8c6d3212e transcoding

removed useless information "hasSopInstanceUidChanged"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 May 2020 21:06:53 +0200
parents 0b3256c3ee14
children
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/ArchiveJob.cpp	Tue May 19 20:37:00 2020 +0200
+++ b/OrthancServer/ServerJobs/ArchiveJob.cpp	Tue May 19 21:06:53 2020 +0200
@@ -446,9 +446,7 @@
               IDicomTranscoder::DicomImage source, transcoded;
               source.SetExternalBuffer(content);
 
-              bool hasSopInstanceChanged;
-              if (context.Transcode(transcoded, hasSopInstanceChanged, source,
-                                    syntaxes, true /* allow new SOP instance UID */))
+              if (context.Transcode(transcoded, source, syntaxes, true /* allow new SOP instance UID */))
               {
                 writer.Write(transcoded.GetBufferData(), transcoded.GetBufferSize());