mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
6 lines
218 B
Ruby
Executable File
6 lines
218 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_639vobsub_missing_duration_in_matroska
|
|
describe "mkvmerge / VobSub packets without a duration on the container level"
|
|
test_merge "data/vobsub/no_duration_in_matroska.mkv", :args => "-A -D -s 4"
|