summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-14 05:32:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-14 05:32:58 +0000
commitcff8b7685c781ca5b728d99250b37d2abcbd0631 (patch)
tree59d16b553120f159a7bff30cbda925b07e592342 /gdk-pixbuf
parent8751c1f7e326859abf75cfe2b5de474ab9a0878b (diff)
downloadgdk-pixbuf-cff8b7685c781ca5b728d99250b37d2abcbd0631.tar.gz
Exclude CR2 files in the tiff loader.
svn path=/trunk/; revision=21115
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/io-tiff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index 90a4ef817..2f62f38d6 100644
--- a/gdk-pixbuf/io-tiff.c
+++ b/gdk-pixbuf/io-tiff.c
@@ -797,6 +797,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
static GdkPixbufModulePattern signature[] = {
{ "MM \x2a", " z ", 100 },
{ "II\x2a ", " z", 100 },
+ { "II* \020 CR\002 ", " z zzz z", 0 },
{ NULL, NULL, 0 }
};
static gchar * mime_types[] = {