mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
typefind: fix after merge
This commit is contained in:
parent
5f271d64a6
commit
c74443b347
1 changed files with 1 additions and 1 deletions
|
@ -4011,7 +4011,7 @@ windows_icon_typefind (GstTypeFind * find, gpointer user_data)
|
||||||
static void
|
static void
|
||||||
wbmp_typefind (GstTypeFind * find, gpointer user_data)
|
wbmp_typefind (GstTypeFind * find, gpointer user_data)
|
||||||
{
|
{
|
||||||
guint8 *data;
|
const guint8 *data;
|
||||||
gint64 datalen;
|
gint64 datalen;
|
||||||
guint w, h, size;
|
guint w, h, size;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue