comparison Plugins/Engine/OrthancPlugins.cpp @ 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
comparison
equal deleted inserted replaced
3945:0b3256c3ee14 3946:1f33ed7f82e6
5245 if ((*transcoder) (a.GetObject(), &b, buffer, size, uids.empty() ? NULL : &uids[0], 5245 if ((*transcoder) (a.GetObject(), &b, buffer, size, uids.empty() ? NULL : &uids[0],
5246 static_cast<uint32_t>(uids.size()), allowNewSopInstanceUid) == 5246 static_cast<uint32_t>(uids.size()), allowNewSopInstanceUid) ==
5247 OrthancPluginErrorCode_Success) 5247 OrthancPluginErrorCode_Success)
5248 { 5248 {
5249 a.ToString(target); 5249 a.ToString(target);
5250 hasSopInstanceUidChanged = b;
5250 return true; 5251 return true;
5251 } 5252 }
5252 } 5253 }
5253 5254
5254 return false; 5255 return false;