Mercurial > hg > orthanc
comparison Core/DicomParsing/FromDcmtkBridge.cpp @ 3743:33c19a6643e1
creating IDicomTranscoder abstraction
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Mar 2020 16:08:08 +0100 |
parents | ae31ba2b09a6 |
children | ca36e3f1112c eb044cc49d51 |
comparison
equal
deleted
inserted
replaced
3733:c1550e710410 | 3743:33c19a6643e1 |
---|---|
2079 | 2079 |
2080 #if ORTHANC_ENABLE_DCMTK_JPEG == 1 | 2080 #if ORTHANC_ENABLE_DCMTK_JPEG == 1 |
2081 // Unregister JPEG codecs | 2081 // Unregister JPEG codecs |
2082 DJDecoderRegistration::cleanup(); | 2082 DJDecoderRegistration::cleanup(); |
2083 # if ORTHANC_ENABLE_DCMTK_TRANSCODING == 1 | 2083 # if ORTHANC_ENABLE_DCMTK_TRANSCODING == 1 |
2084 DJDecoderRegistration::cleanup(); | 2084 DJEncoderRegistration::cleanup(); |
2085 # endif | 2085 # endif |
2086 #endif | 2086 #endif |
2087 } | 2087 } |
2088 | 2088 |
2089 | 2089 |