mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
6 lines
233 B
Ruby
6 lines
233 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_648append_matroska_first_timestamp_not_zero
|
||
|
describe "mkvmerge / appending Matroska files where the second file's first timestamp is bigger than 0"
|
||
|
test_merge "data/mkv/bug2345-1.mkv + data/mkv/bug2345-2.mkv"
|