Commit Graph

1 Commits

Author SHA1 Message Date
Moritz Bunkus
e1d79fcf12
mkvmerge: MP4 reader: re-derive AVCConfigurationBox from bitstream if necessary
A video track in one sample file I have contains an `avcC`
sub-atom (`AVCConfigurationBox`) of `stsd`, but that `avcC` atom is
empty. For such tracks mkvmerge will now try to re-derive the
`AVCConfigurationBox` from the bitstream's first frame.

Implements #2995.
2021-01-09 17:54:36 +01:00