Blob Blame History Raw
From dd0121ad580126742679c691b52549414baef36f Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Sun, 28 Jul 2019 19:06:44 +0100
Subject: [PATCH 10/16] 3.6.4 correct JpegLsDecode arguments for CharLS 2

---
 dcmjpls/libsrc/djcodecd.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dcmjpls/libsrc/djcodecd.cc b/dcmjpls/libsrc/djcodecd.cc
index ece4a5e10..6f1ddba61 100644
--- a/dcmjpls/libsrc/djcodecd.cc
+++ b/dcmjpls/libsrc/djcodecd.cc
@@ -403,7 +403,7 @@ OFCondition DJLSDecoderBase::decodeFrame(
     }
     else
     {
-      err = JpegLsDecode(buffer, bufSize, jlsData, compressedSize, &params);
+      err = JpegLsDecode(buffer, bufSize, jlsData, compressedSize, &params, NULL);
       result = DJLSError::convert(err);
       delete[] jlsData;
 
-- 
2.21.0