summaryrefslogtreecommitdiff
path: root/XMPFiles
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2013-05-15 19:42:51 -0400
committerHubert Figuière <hub@figuiere.net>2013-05-15 19:57:16 -0400
commitea06d40be2c1078f80cb688adb1b33f8c6a6df70 (patch)
treed6371562c651193906c370b43adc6c7e53195f0d /XMPFiles
parent88e13ed0186b9fdf9da011d2e314b175109b1dbe (diff)
Remove XMPScanner.cpp that no longer exist.
Put back GIF definition until the GIF Handler is ported to the new API
Diffstat (limited to 'XMPFiles')
-rw-r--r--XMPFiles/source/XMPFiles_Impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMPFiles/source/XMPFiles_Impl.cpp b/XMPFiles/source/XMPFiles_Impl.cpp
index e082368..92b2ea3 100644
--- a/XMPFiles/source/XMPFiles_Impl.cpp
+++ b/XMPFiles/source/XMPFiles_Impl.cpp
@@ -132,7 +132,8 @@ const FileExtMapping kFileExtMap[] =
// Files known to contain XMP but have no smart handling, here or elsewhere.
const char * kKnownScannedFiles[] =
- { "ai", // Illustrator, actually a PDF file.
+ { "gif", // GIF, public format but no smart handler.
+ "ai", // Illustrator, actually a PDF file.
"ait", // Illustrator template, actually a PDF file.
"svg", // SVG, an XML file.
"aet", // After Effects template project file.