diff Plugins/Engine/OrthancPlugins.h @ 3928:4cdc875510d1 transcoding

ServerContext::DecodeDicomFrame()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 May 2020 13:31:05 +0200
parents 6f11b3233a06
children 7dc5e7e0045d
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Thu May 14 07:37:44 2020 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Thu May 14 13:31:05 2020 +0200
@@ -328,13 +328,6 @@
 
     bool HasCustomImageDecoder();
 
-    // Contrarily to "Decode()", this method does not fallback to the
-    // builtin image decoder, if no installed custom decoder can
-    // handle the image (it returns NULL in this case).
-    ImageAccessor* DecodeUnsafe(const void* dicom,
-                                size_t size,
-                                unsigned int frame);
-
     virtual ImageAccessor* Decode(const void* dicom,
                                   size_t size,
                                   unsigned int frame) ORTHANC_OVERRIDE;