Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.h @ 3929:7dc5e7e0045d transcoding
simplifying MemoryBufferTranscoder::Transcode() interface
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 May 2020 14:40:13 +0200 |
parents | 4cdc875510d1 |
children | b99acc213937 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h Thu May 14 13:31:05 2020 +0200 +++ b/Plugins/Engine/OrthancPlugins.h Thu May 14 14:40:13 2020 +0200 @@ -238,8 +238,6 @@ protected: // From "MemoryBufferTranscoder" virtual bool Transcode(std::string& target, - DicomTransferSyntax& sourceSyntax /* out */, - DicomTransferSyntax& targetSyntax /* out */, bool& hasSopInstanceUidChanged /* out */, const void* buffer, size_t size,