]> git.pld-linux.org Git - packages/dcmtk.git/commitdiff
- comment on CharLS patch (included version, contrary to system CharLS 1.1, grows... auto/th/dcmtk-3.6.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Dec 2019 19:53:33 +0000 (20:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Dec 2019 19:53:33 +0000 (20:53 +0100)
CharLS.patch

index d2f7484ad009edc67eaaf7e4704117d234ac55c6..5603954617c43c999d42a398064d4a834901f7b7 100644 (file)
@@ -1,3 +1,7 @@
+NOTE: system CharLS doesn't dynamically grow output buffer; but the calls below have
+buffers allocated for uncompressed_size+1024 bytes, so it's unlikely compressed data
+won't fit (if so, CharLS throws exception).
+
 --- dcmtk-3.6.3/dcmjpls/libsrc/djcodece.cc~    2018-09-20 10:38:14.000000000 +0200
 +++ dcmtk-3.6.3/dcmjpls/libsrc/djcodece.cc     2018-09-20 10:59:27.453790390 +0200
 @@ -664,7 +664,7 @@ OFCondition DJLSEncoderBase::compressRaw
This page took 0.043822 seconds and 4 git commands to generate.