Skip to content

qtdemux: Offset correction for track language code parsing

Philippe Normand requested to merge (removed):master into master

The duration field being a uint64, is stored in 8 bits, 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.

Merge request reports