JRB's pixbuf loader mask fix

Original commit message from CVS:
JRB's pixbuf loader mask fix
This commit is contained in:
Iain Holmes 2003-11-09 00:50:38 +00:00
parent 19c9bdf5d7
commit abf3022f15

View file

@ -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 }
};