summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/UCF_Handler.hpp
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2021-09-01 13:52:14 -0400
committerHubert Figuière <hub@figuiere.net>2021-09-01 15:14:57 -0400
commit022c5dede74ecd38939acd168212c26d91e11db3 (patch)
treec415ce2927acb3712dd94f50b4299fae90fd13e9 /XMPFiles/source/FileHandlers/UCF_Handler.hpp
parent8db317ecaaf0df53f77091df704b8f1f9858d51a (diff)
parent77a3fe7096f8ebf301e2bfe1e6dc023b4ff6dc48 (diff)
Issue #22 - Update SDK to v2021.08
https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/22 Merge branch 'adobe-sdk' into integration
Diffstat (limited to 'XMPFiles/source/FileHandlers/UCF_Handler.hpp')
-rw-r--r--XMPFiles/source/FileHandlers/UCF_Handler.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/XMPFiles/source/FileHandlers/UCF_Handler.hpp b/XMPFiles/source/FileHandlers/UCF_Handler.hpp
index 513687a..ab44f90 100644
--- a/XMPFiles/source/FileHandlers/UCF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/UCF_Handler.hpp
@@ -2,12 +2,12 @@
#define __UCF_Handler_hpp__ 1
// =================================================================================================
-// ADOBE SYSTEMS INCORPORATED
-// Copyright 2007 Adobe Systems Incorporated
+// Copyright Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
-// of the Adobe license agreement accompanying it.
+// of the Adobe license agreement accompanying it.
// =================================================================================================
#include "public/include/XMP_Environment.h" // ! XMP_Environment.h must be the first included header.
@@ -710,6 +710,7 @@ private:
XMP_StringLen uncomprPacketLen;
XMP_StringPtr finalPacketStr;
XMP_StringLen finalPacketLen;
+ std::string compressedPacket;
std::vector<CDFileHeader> cdEntries;
EndOfCD endOfCD;
void writeOut( XMP_IO* sourceFile, XMP_IO* targetFile, bool isRewrite, bool isInPlace);