mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
aa67de0f09
The ProRes packetizer will remove the `icpf` atom header from video frames if they're present. Fixes #2692.
6 lines
184 B
Ruby
Executable File
6 lines
184 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_683prores_in_matroska_with_icpf_atom
|
|
describe "mkvmerge / ProRes in Matroska with 'icpf' atom header in frames"
|
|
test_merge "data/mkv/prores_with_icpf_atom.mkv"
|