diff OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.h @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents bf7b9edf6b81
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.h	Thu Nov 05 15:52:28 2020 +0100
+++ b/OrthancFramework/Sources/DicomParsing/DcmtkTranscoder.h	Thu Nov 05 17:20:49 2020 +0100
@@ -45,17 +45,11 @@
                           bool allowNewSopInstanceUid);
     
   public:
-    DcmtkTranscoder() :
-      lossyQuality_(90)
-    {
-    }
+    DcmtkTranscoder();
 
     void SetLossyQuality(unsigned int quality);
 
-    unsigned int GetLossyQuality() const
-    {
-      return lossyQuality_;
-    }
+    unsigned int GetLossyQuality() const;
     
     static bool IsSupported(DicomTransferSyntax syntax);