qtdemux: Fix wrong compiler warning with gcc 6.2
authorchristophecvr <stefansat@telenet.be>
Sun, 20 Nov 2016 13:12:16 +0000 (14:12 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 21 Nov 2016 07:33:05 +0000 (09:33 +0200)
commitfc3022da1cb4389b40a978911d9b7faf74c6cdeb
treea0bb30fecdbf124537357f357cc7d66ea97361ed
parent513765078234fc5596bec3d461367ee587a679cc
qtdemux: Fix wrong compiler warning with gcc 6.2

| ../../../git/gst/isomp4/qtdemux.c: In function 'qtdemux_parse_tree':
| ../../../git/gst/isomp4/qtdemux.c:10224:24: error: 'size' may be used uninitialized in this function [-Werror=maybe-uninitialized]
|                  offset += size;
|                         ^~
| ../../../git/gst/isomp4/qtdemux.c:10197:25: note: 'size' was declared here
|                  guint32 size, tag;
|                          ^~~~

https://bugzilla.gnome.org/show_bug.cgi?id=774747
gst/isomp4/qtdemux.c