mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
421bea2a39
Fixes #2260.
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"
|