mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
qtdemux: initialize variable to avoid undefined use
This commit is contained in:
parent
a22a566c0b
commit
43986a661d
1 changed files with 1 additions and 1 deletions
|
@ -6649,7 +6649,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
|||
/* see annex I of the jpeg2000 spec */
|
||||
GNode *jp2h, *ihdr, *colr, *mjp2, *field, *prefix, *cmap, *cdef;
|
||||
const guint8 *data;
|
||||
const gchar *colorspace;
|
||||
const gchar *colorspace = NULL;
|
||||
gint ncomp = 0;
|
||||
guint32 ncomp_map = 0;
|
||||
gint32 *comp_map = NULL;
|
||||
|
|
Loading…
Reference in a new issue