summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2013-06-29 22:05:20 -0400
committerHubert Figuière <hub@figuiere.net>2013-06-29 22:08:01 -0400
commit4652015fe779e12fb06ff8fa56bf70e373cd3894 (patch)
treede8d78fb704c3eb86802c07eace17eaea0f2ddde /XMPFiles/source/FileHandlers/AIFF_Handler.hpp
parent81a4c6bcb1879cb321246590faca595e9746f8e5 (diff)
Update to XMP SDK CC 2013.06
Diffstat (limited to 'XMPFiles/source/FileHandlers/AIFF_Handler.hpp')
-rw-r--r--XMPFiles/source/FileHandlers/AIFF_Handler.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/XMPFiles/source/FileHandlers/AIFF_Handler.hpp b/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
index 13bfa02..1ccb6a9 100644
--- a/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
@@ -49,7 +49,8 @@ static const XMP_OptionBits kAIFF_HandlerFlags = (kXMPFiles_CanInjectXMP |
kXMPFiles_CanExpand |
kXMPFiles_PrefersInPlace |
kXMPFiles_CanReconcile |
- kXMPFiles_AllowsSafeUpdate
+ kXMPFiles_AllowsSafeUpdate |
+ kXMPFiles_CanNotifyProgress
);
/**
@@ -98,7 +99,7 @@ private:
AIFF_MetaHandler (): mChunkController(NULL), mChunkBehavior(NULL),
mAiffMeta(), mXMPChunk(NULL),
mNameChunk(NULL), mAuthChunk(NULL),
- mCprChunk(NULL), mAnnoChunk(NULL), mFileType(0) {};
+ mCprChunk(NULL), mAnnoChunk(NULL) {};
// ----- MEMBERS ----- //
@@ -119,7 +120,7 @@ private:
IChunkData *mAnnoChunk;
/** Type of the file, either AIFF or AIFC */
- XMP_Uns32 mFileType;
+ //XMP_Uns32 mFileType;
// ----- CONSTANTS ----- //