mkvtoolnix/tests/test-713mp4_avc_with_empty_avcc.rb
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

6 lines
163 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_713mp4_avc_with_empty_avcc
describe "mkvmerge / MP4 with h.264/AVC track with an empty avcC"
test_merge "data/mp4/avc_with_empty_avcc.mp4"