summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/gst_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gdk_pixbuf/gst_loader.c')
-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 }
};