[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release-2-8 updated. f86a5c3dfba3f48a33b62425f84f96
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-03-26 15:02:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release-2-8 has been updated
via f86a5c3dfba3f48a33b62425f84f96353afb673f (commit)
from c6a84d0c2f8704e8c2620d936332c3f8652cfb87 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/f86a5c3dfba3f48a33b62425f84f96353afb673f/
commit f86a5c3dfba3f48a33b62425f84f96353afb673f
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Mar 26 16:02:39 2020 +0100
Revert "Set to 1"
This reverts commit d3040d5f750cfbb8421b0986fa9084ed72e34b20.
diff --git a/Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.cxx b/Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.cxx
index 7c5628694..3b7fe7e93 100644
--- a/Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.cxx
+++ b/Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.cxx
@@ -109,7 +109,6 @@ bool JPEGLSCodec::GetHeaderInfo(std::istream &is, TransferSyntax &ts)
else if( metadata.components == 3 )
{
PI = PhotometricInterpretation::RGB;
- PlanarConfiguration = 1;
this->PF.SetSamplesPerPixel( 3 );
}
else assert(0);
-----------------------------------------------------------------------
Summary of changes:
Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.cxx | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|