mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
e1d79fcf12
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.
6 lines
163 B
Ruby
Executable File
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"
|