JRB's pixbuf loader mask fix
authorIain Holmes <iain@prettypeople.org>
Sun, 9 Nov 2003 00:50:38 +0000 (00:50 +0000)
committerIain Holmes <iain@prettypeople.org>
Sun, 9 Nov 2003 00:50:38 +0000 (00:50 +0000)
Original commit message from CVS:
JRB's pixbuf loader mask fix

ext/gdk_pixbuf/gst_loader.c

index 3eb859e..0a21b82 100644 (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 }
   };