diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index c4668a1c00..a1588a5788 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -10118,7 +10118,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak) const off_t min_size = compressor_offset + 32 + 2 + 2; GNode *jpeg; guint32 len; - guint16 color_table_id; + guint16 color_table_id = 0; gboolean ok; GST_DEBUG_OBJECT (qtdemux, "found jpeg");