diff Orthanc/Core/ChunkedBuffer.cpp @ 128:e8cfda4c8a2f

Sync + support of JPEG2000 lossless images with YBR_RCT photometric interpretation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Apr 2016 21:44:03 +0200
parents 3809121c3290
children 9362080e5e3d
line wrap: on
line diff
--- a/Orthanc/Core/ChunkedBuffer.cpp	Fri Mar 25 17:38:34 2016 +0100
+++ b/Orthanc/Core/ChunkedBuffer.cpp	Fri Apr 15 21:44:03 2016 +0200
@@ -95,5 +95,6 @@
     }
 
     chunks_.clear();
+    numBytes_ = 0;
   }
 }