comparison 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
comparison
equal deleted inserted replaced
127:5754d39b011d 128:e8cfda4c8a2f
93 93
94 delete *it; 94 delete *it;
95 } 95 }
96 96
97 chunks_.clear(); 97 chunks_.clear();
98 numBytes_ = 0;
98 } 99 }
99 } 100 }