mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
10 lines
245 B
Ruby
10 lines
245 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_579vobsub_in_matroska_without_codecprivate
|
||
|
describe "mkvmerge / VobSub in Matroska lacking CodecPrivate"
|
||
|
|
||
|
file = "data/vobsub/ffmpeg_vobsub_no_codecprivate.mkv"
|
||
|
|
||
|
test_identify file
|
||
|
test_merge file, :exit_code => :warning
|