diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-14 05:32:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-14 05:32:58 +0000 |
commit | cff8b7685c781ca5b728d99250b37d2abcbd0631 (patch) | |
tree | 59d16b553120f159a7bff30cbda925b07e592342 /gdk-pixbuf | |
parent | 8751c1f7e326859abf75cfe2b5de474ab9a0878b (diff) | |
download | gdk-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.c | 1 |
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[] = { |