qtdemux: Offset correction for track language code parsing
authorPhilippe Normand <philn@igalia.com>
Sat, 22 Dec 2018 16:55:51 +0000 (17:55 +0100)
committerPhilippe Normand <phil@base-art.net>
Sat, 22 Dec 2018 19:05:34 +0000 (20:05 +0100)
commitce96d6dcd4854701bd6d55143e500a878a2b133d
treef2ebc01c3981918c72dcfe79b18acd75c4aa7170
parent5dfd12b64c78fc8533bdd511a0b8879f9679fd13
qtdemux: Offset correction for track language code parsing

The duration field being a uint64, is stored in 8 bytes, not 4. So the offset of
the following field, language code, needs to be updated accordingly so that the
parsed language code is not garbage.
gst/isomp4/qtdemux.c