mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
JRB's pixbuf loader mask fix
Original commit message from CVS: JRB's pixbuf loader mask fix
This commit is contained in:
parent
19c9bdf5d7
commit
abf3022f15
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fill_info (GdkPixbufFormat *info)
|
||||||
{
|
{
|
||||||
static GdkPixbufModulePattern signature[] = {
|
static GdkPixbufModulePattern signature[] = {
|
||||||
{ "RIFF AVI ", " xxxx ", 100 },
|
{ "RIFF AVI ", " xxxx ", 100 },
|
||||||
{ "\000\000\001\272", "", 100 },
|
{ "xx\001\272", "zz ", 100 },
|
||||||
{ NULL, NULL, 0 }
|
{ NULL, NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue