summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2003-11-09 00:50:38 +0000
committerIain Holmes <iain@prettypeople.org>2003-11-09 00:50:38 +0000
commitabf3022f158e9c4602a6b2f9d1985c77c48f008c (patch)
tree142d0ad11da5e0b191b01b93b00d8ac900253426 /ext/gdk_pixbuf
parent19c9bdf5d70e8e064cade52006fd2d0dc59bc92b (diff)
JRB's pixbuf loader mask fix
Original commit message from CVS: JRB's pixbuf loader mask fix
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r--ext/gdk_pixbuf/gst_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/gst_loader.c b/ext/gdk_pixbuf/gst_loader.c
index 3eb859e1..0a21b825 100644
--- a/ext/gdk_pixbuf/gst_loader.c
+++ b/ext/gdk_pixbuf/gst_loader.c
@@ -43,7 +43,7 @@ fill_info (GdkPixbufFormat *info)
{
static GdkPixbufModulePattern signature[] = {
{ "RIFF AVI ", " xxxx ", 100 },
- { "\000\000\001\272", "", 100 },
+ { "xx\001\272", "zz ", 100 },
{ NULL, NULL, 0 }
};